Skip to content

Commit

Permalink
Merge pull request #30234 from abelsromero
Browse files Browse the repository at this point in the history
* pr/30234:
  Polish contribution
  Include Netty in servers that supports HTTP response compression

Closes gh-30234
  • Loading branch information
snicoll committed Mar 21, 2022
2 parents 10ffd01 + 9455831 commit 82c0582
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, Reactor Netty, and Undertow.
It can be enabled in `application.properties`, as follows:

[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
Expand Down

0 comments on commit 82c0582

Please sign in to comment.