mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
disable compression/enc
This commit is contained in:
parent
d0e75370b2
commit
2f47dd3178
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue