minBytes property

int minBytes
final

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;