https://bz.apache.org/bugzilla/show_bug.cgi?id=60276

pc8...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #10 from pc8...@gmail.com ---
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

Reply via email to