Re: HTTP2 compression on Tomcat 8.5.31

2018-08-02 Thread Aayush Dev
Just want to point out there is no useSendfile attribute for Upgrade Protocol in documentation for Tomcat 8.5 ( https://tomcat.apache.org/tomcat-8.5-doc/config/http2.html). It is present in Tomcat 9 (https://tomcat.apache.org/tomcat-9.0-doc/config/http2.html). On Wed, Aug 1, 2018 at 6:24 PM,

Re: HTTP2 compression on Tomcat 8.5.31

2018-08-01 Thread Aayush Dev
Thanks Mark. Will wait for the release for our next production upgrade. -Aayush On Wed, Aug 1, 2018 at 5:08 PM, pc8...@gmail.com wrote: > Hurray! > > > > Mark Thomas 於 2018年8月1日 下午4:27 寫道: > > > >> On 25/07/18 23:05, Aayush Dev wrote: > >> With Tomcat 8.5.31, I cant enable gzip compression

Re: HTTP2 compression on Tomcat 8.5.31

2018-08-01 Thread pc8...@gmail.com
Hurray! > Mark Thomas 於 2018年8月1日 下午4:27 寫道: > >> On 25/07/18 23:05, Aayush Dev wrote: >> With Tomcat 8.5.31, I cant enable gzip compression with HTTP2 protocol. If >> someone has successfully enabled compression on Tomcat 8.5 with HTTP2 >> protocol, please help me with correct configuration.

Re: HTTP2 compression on Tomcat 8.5.31

2018-08-01 Thread Mark Thomas
On 25/07/18 23:05, Aayush Dev wrote: > With Tomcat 8.5.31, I cant enable gzip compression with HTTP2 protocol. If > someone has successfully enabled compression on Tomcat 8.5 with HTTP2 > protocol, please help me with correct configuration. Clean Tomcat 8.5.x dev build (should work with any

Re: HTTP2 compression on Tomcat 8.5.31

2018-07-26 Thread Aayush Dev
Hi Pierre, I am testing on windows. Tomcat 9.0.5 + HTTP2 + GZIP works with OpenJDK 10.0.1 (not with Java 1.8). I am still trying to get Tomcat 8.5.31 + HTTP2 + GZIP working with OpenJDK 10.0.1. On Wed, Jul 25, 2018 at 6:23 PM, Pierre Chiu wrote: > Hi Aayush, > > Are you saying this combo,

Re: HTTP2 compression on Tomcat 8.5.31

2018-07-25 Thread Pierre Chiu
Hi Aayush, Are you saying this combo, Tomcat 9.0.5, Oracle Java 1.8.0_144, gzip works with HTTP2? Is it windows or linux? That is good to know. Regarding tomcat 8.5.31, I don't think config file is the issue. Unfortunately, I don't have the skill to help the developer to debug the problem.

HTTP2 compression on Tomcat 8.5.31

2018-07-25 Thread Aayush Dev
With Tomcat 8.5.31, I cant enable gzip compression with HTTP2 protocol. If someone has successfully enabled compression on Tomcat 8.5 with HTTP2 protocol, please help me with correct configuration. Things tried: - tried with and without useSendfile="false" attribute under UpgradeProtocol. -