Re: 1.7.10 and 1.6.14 always compress response

2018-04-10 Thread Veiko Kukk
On 04/10/2018 03:51 PM, William Lallemand wrote: On Tue, Apr 10, 2018 at 03:43:12PM +0300, Veiko Kukk wrote: Hi, Hi, This happens even when either compression algo nor compression type are specified in haproxy configuration file. If you didn't specify any compression keyword in the

Re: 1.7.10 and 1.6.14 always compress response

2018-04-10 Thread William Lallemand
On Tue, Apr 10, 2018 at 03:43:12PM +0300, Veiko Kukk wrote: > Hi, > Hi, > > This happens even when either compression algo nor compression type are > specified in haproxy configuration file. > If you didn't specify any compression keyword in the haproxy configuration file, that's probably

1.7.10 and 1.6.14 always compress response

2018-04-10 Thread Veiko Kukk
Hi, Lets run simple query against host (real hostnames replaced). curl https://testhost01.tld -o /dev/null -vvv Request headers: > GET / HTTP/1.1 > Host: testhost01.tld > User-Agent: curl/7.58.0 > Accept: */* Response headers: < HTTP/1.1 200 OK < Date: Tue, 10 Apr 2018 12:23:44 GMT <