Re: Allowing gzip compression of non-chunked responses?

2017-05-10 Thread Stéphane Claret
Hello Willy, Thank you very much for the detailed answer. Some people on the jetty list are arguing that neither chunking or EOF framing gives a complete guarantee that no failure occurred on the server side at application level (ie: exception thrown while streaming the response). https://github.c

Allowing gzip compression of non-chunked responses?

2017-05-09 Thread Stéphane Claret
Good morning, In the current version (1.7.5), haproxy documentation states that compression is disabled if the response is not chunked and does not include a Content-length. Unfortunately, it seems a bit limitating because some Java application servers (Jetty for sure, and some netty-based framew