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

cnsilvan <cnsil...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #3 from cnsilvan <cnsil...@gmail.com> ---
(In reply to Remy Maucherat from comment #1)
> I don't understand, can you explain the issue more thoroughly ?

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

Reply via email to