i2psnark: Disable gzip for KRPC

it's already disabled at the session level, but in case we change it later
This commit is contained in:
zzz
2018-07-25 15:49:32 +00:00
parent e7202e0ee6
commit 68e8e597e8

View File

@ -1034,6 +1034,7 @@ public class KRPC implements I2PSessionMuxedListener, DHT {
opts.setDate(_context.clock().now() + 60*1000);
opts.setTagsToSend(SEND_CRYPTO_TAGS);
opts.setTagThreshold(LOW_CRYPTO_TAGS);
opts.setGzip(false);
if (!repliable)
opts.setSendLeaseSet(false);
try {