Browse Source

Merge branch '2.6.x' into 2.7.x

Closes gh-30345
pull/30406/head
Stephane Nicoll 4 years ago
parent
commit
d0a0e7c6a2
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc

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

@ -150,7 +150,7 @@ Contrary to a test, application code callbacks are processed early (before the v @@ -150,7 +150,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…
Cancel
Save