From 868dcfa2cc236b4385597c4340751800c9a1ae8d Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 6 Jan 2019 11:40:38 +0000 Subject: [PATCH] Add compatibility note (r1850545 in trunk) + fix a typo to synch with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1850547 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_http2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy_http2.xml b/docs/manual/mod/mod_proxy_http2.xml index 239e7d9aae3..e2500318e1e 100644 --- a/docs/manual/mod/mod_proxy_http2.xml +++ b/docs/manual/mod/mod_proxy_http2.xml @@ -28,6 +28,7 @@ Extension mod_proxy_http2.c proxy_http2_module +Available in httpd 2.4.19 and later

mod_proxy_http2 @@ -46,7 +47,7 @@ to the same backend are sent over a single TCP connection whenever possible (namely when the connection can be re-used).

-

Caveat: there will be no attemp to consolidate multiple HTTP/1.1 +

Caveat: there will be no attempt to consolidate multiple HTTP/1.1 frontend requests (configured to be proxied to the same backend) into HTTP/2 streams belonging to the same HTTP/2 request. Each HTTP/1.1 frontend request will be proxied to the backend using -- 2.47.3