Include Netty in servers that supports HTTP response compression

See gh-30234
This commit is contained in:
Abel Salgado Romero 2022-03-16 11:00:58 +01:00 committed by Stephane Nicoll
parent 10ffd01205
commit 5e270c18ae

View File

@ -153,7 +153,7 @@ Contrary to a test, application code callbacks are processed early (before the v
[[howto.webserver.enable-response-compression]]
=== Enable HTTP Response Compression
HTTP response compression is supported by Jetty, Tomcat, and Undertow.
HTTP response compression is supported by Jetty, Tomcat, Undertow and Netty.
It can be enabled in `application.properties`, as follows:
[source,yaml,indent=0,subs="verbatim",configprops,configblocks]