https://bz.apache.org/bugzilla/show_bug.cgi?id=62052
Bug ID: 62052 Summary: upgrade HTTP/2 can't use gzip compress Product: Tomcat 8 Version: 8.5.27 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: pc8...@gmail.com Target Milestone: ---- Original from Bug #60276 https://bz.apache.org/bugzilla/show_bug.cgi?id=60276 Using tomcat 8.5.27, this problem is still not fixed. Removed <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol"/> and gzip works again. <Connector ..... compression="on" port="443" protocol="org.apache.coyote.http11.Http11AprProtocol" ......... > <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol"/> <SSLHostConfig ........../> </SSLHostConfig> </Connector> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org