minBytes property
Responses smaller than this are sent uncompressed.
Below roughly a packet's worth there is nothing to save — gzip's own header can leave a tiny body larger than it started.
Implementation
final int minBytes;
Responses smaller than this are sent uncompressed.
Below roughly a packet's worth there is nothing to save — gzip's own header can leave a tiny body larger than it started.
final int minBytes;