From 96e77d417bb7311e860a5c2cd9cb1e55506c6d06 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 20 Feb 2020 16:28:22 +0000 Subject: [PATCH] Update WebFlux section on HTTP/2 Closes gh-24558 --- src/docs/asciidoc/web/webflux.adoc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 2a001476bc0..7094f135754 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -4268,11 +4268,6 @@ the classpath. == HTTP/2 [.small]#<># -Servlet 4 containers are required to support HTTP/2, and Spring Framework 5 is compatible -with Servlet API 4. From a programming model perspective, there is nothing specific that -applications need to do. However, there are considerations related to server configuration. -For more details, see the +HTTP/2 is supported with Reactor Netty, Tomcat, Jetty, and Undertow. However, there are +considerations related to server configuration. For more details, see the https://github.com/spring-projects/spring-framework/wiki/HTTP-2-support[HTTP/2 wiki page]. - -Currently, Spring WebFlux does not support HTTP/2 with Netty. There is also no support for -pushing resources programmatically to the client.