Re: Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Pierre Chiu
> On Jan 29, 2018, at 1:27 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pierre, > > On 1/29/18 1:07 PM, Pierre Chiu wrote: >> Here is the request/response header. You can tell >> Content-Encoding:gzip is missing

Re: Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pierre, On 1/29/18 1:07 PM, Pierre Chiu wrote: > Here is the request/response header. You can tell > Content-Encoding:gzip is missing when http2 is enabled. > > > > General (same with/without http2) Request > URL:https://x.ca/tomcat.css

Re: Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Pierre Chiu
Hi Christopher, Here is the request/response header. You can tell Content-Encoding:gzip is missing when http2 is enabled. General (same with/without http2) Request URL:https://x.ca/tomcat.css Request Method:GET Status Code:200 Remote Address:198.163.180.42:443 Referrer

Re: Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pierre, On 1/29/18 7:03 AM, Pierre Chiu wrote: > According to the change log, this is fixed in in bug 60276. > However, I cannot make it work. > > Gzip compression working fine without the UpgradeProtocol tag. > Adding UpgradeProtocol for http2

Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Pierre Chiu
According to the change log, this is fixed in in bug 60276. However, I cannot make it work. Gzip compression working fine without the UpgradeProtocol tag. Adding UpgradeProtocol for http2 and gzip compression stop working.