Re: Compression disabling on chunked response

2018-10-08 Thread Sachin Shetty
Thanks Willy. Yes I can understand no-transform disabling it, I just wanted to make sure that chunked response no longer disables compression. It verifies my tests as well, thanks for confirming it. Thanks Sachin On Mon, Oct 8, 2018 at 11:00 PM Willy Tarreau wrote: > Hi Sasha, > > On Fri, Oct 0

Re: Compression disabling on chunked response

2018-10-08 Thread Willy Tarreau
Hi Sasha, On Fri, Oct 05, 2018 at 12:38:15PM +0530, Sachin Shetty wrote: > Hi, > > I see this in the documentation: > > Compression is disabled when: > * ... > * response header "Transfer-Encoding" contains "chunked" (Temporary > Workaround) > * > > Is this still accurat

Compression disabling on chunked response

2018-10-05 Thread Sachin Shetty
Hi, I see this in the documentation: Compression is disabled when: * ... * response header "Transfer-Encoding" contains "chunked" (Temporary Workaround) * Is this still accurate? I have tested a lot of responses from Server with compression enabled in backend and server