Skip to content

Commit 82c0582

Browse files
committed
Merge pull request #30234 from abelsromero
* pr/30234: Polish contribution Include Netty in servers that supports HTTP response compression Closes gh-30234
2 parents 10ffd01 + 9455831 commit 82c0582

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Contrary to a test, application code callbacks are processed early (before the v
153153

154154
[[howto.webserver.enable-response-compression]]
155155
=== Enable HTTP Response Compression
156-
HTTP response compression is supported by Jetty, Tomcat, and Undertow.
156+
HTTP response compression is supported by Jetty, Tomcat, Reactor Netty, and Undertow.
157157
It can be enabled in `application.properties`, as follows:
158158

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

0 commit comments

Comments
 (0)