https://bz.apache.org/bugzilla/show_bug.cgi?id=60276
--- Comment #2 from cnsilvan <cnsil...@gmail.com> --- In server.xml,like this: <Connector ..... compressableMimeType="text/html,text/javascript" compression="on" compressionMinSize="2048" noCompressionUserAgents="gozilla, traviata" port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol" ......... > <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol"/> <SSLHostConfig ........../> </SSLHostConfig> </Connector> The compression="on" doesn't work when use this config. But if I remove "UpgradeProtocol" element ,it works; Simply put, when using http / 2, the compression function is not available. -- 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