From 5e270c18aedc062e1bf1cdeebb4904f962be1801 Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Wed, 16 Mar 2022 11:00:58 +0100 Subject: [PATCH] Include Netty in servers that supports HTTP response compression See gh-30234 --- .../spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc index 547247c439c0..858eef060690 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc @@ -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]