disable compression/enc
This commit is contained in:
parent
d0e75370b2
commit
2f47dd3178
|
|
@ -28,7 +28,7 @@ func sendAndReceive(t *testing.T, forceSend int, local bool) {
|
|||
c := Init(true)
|
||||
c.NoLocal = !local
|
||||
c.ForceSend = forceSend
|
||||
c.UseEncryption = false
|
||||
c.UseCompression = false
|
||||
c.UseEncryption = false
|
||||
assert.Nil(t, c.Send(fname, "test"))
|
||||
}()
|
||||
|
|
|
|||
Loading…
Reference in New Issue