From: William Lallemand Date: Tue, 10 Dec 2013 16:28:48 +0000 (+0100) Subject: DOC: compression: chunk are not compressed anymore X-Git-Tag: v1.5-dev20~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bb4e34514c10e604134a29ab4f55acd3d4f040b;p=thirdparty%2Fhaproxy.git DOC: compression: chunk are not compressed anymore Add the chunk issue to the list of non-working cases. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 712afffa1d..1d13c1e03a 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1991,6 +1991,8 @@ compression offload "Accept-Encoding" header * the response message is not HTTP/1.1 * HTTP status code is not 200 + * response header "Transfer-Encoding" contains "chunked" (Temporary + Workaround) * response contain neither a "Content-Length" header nor a "Transfer-Encoding" whose last value is "chunked" * response contains a "Content-Type" header whose first value starts with