forked from I2P_Developers/i2p.i2p
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:
@ -1034,6 +1034,7 @@ public class KRPC implements I2PSessionMuxedListener, DHT {
|
|||||||
opts.setDate(_context.clock().now() + 60*1000);
|
opts.setDate(_context.clock().now() + 60*1000);
|
||||||
opts.setTagsToSend(SEND_CRYPTO_TAGS);
|
opts.setTagsToSend(SEND_CRYPTO_TAGS);
|
||||||
opts.setTagThreshold(LOW_CRYPTO_TAGS);
|
opts.setTagThreshold(LOW_CRYPTO_TAGS);
|
||||||
|
opts.setGzip(false);
|
||||||
if (!repliable)
|
if (!repliable)
|
||||||
opts.setSendLeaseSet(false);
|
opts.setSendLeaseSet(false);
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user