Skip to content

Commit

Permalink
Include Netty in servers that supports HTTP response compression
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero authored and snicoll committed Mar 21, 2022
1 parent 10ffd01 commit 5e270c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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]
Expand Down

0 comments on commit 5e270c1

Please sign in to comment.