HTTH-866 — The proxy cannot encode the response into the chunked encoding
The proxy uses the chunked transfer encoding if the client uses HTTP version 1.1 and the proxy does not know the response body size in advance and hence it cannot use header Content-Length. The encoding allows to keep the the client connection persistent. If initialization of the encoding module fails, the request processing is terminated.