Skip to content

Commit 5e270c1

Browse files
Abel Salgado Romerosnicoll
authored andcommitted
Include Netty in servers that supports HTTP response compression
See gh-30234
1 parent 10ffd01 commit 5e270c1

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, Undertow and Netty.
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)