Merge pull request #30234 from abelsromero
* pr/30234: Polish contribution Include Netty in servers that supports HTTP response compression Closes gh-30234
This commit is contained in:
commit
82c0582665
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue