Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

threshold

the threshold under which messages are not gzipped

force

force GZIP compression instead of negotiating via the Accept-Encoding header

GZIP is a negotiated enhancement. An initial request from a client will not be gzipped, but an Accept header will be added and if the server supports it, the response will be gzipped and any subsequent requests will be.

...