]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Describe reuse safe for HOL handling
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 14 Oct 2020 16:17:12 +0000 (18:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Oct 2020 13:19:34 +0000 (15:19 +0200)
Explain the special case of server connections using a protocol subject
to HOL on http-reuse safe mode.

doc/configuration.txt

index e9bde91125aba9fd9f1e872c370a8d16bfb98ea0..a1a743f0b9ad0d5f825b87339593afc37de5af1c 100644 (file)
@@ -6611,7 +6611,12 @@ http-reuse { never | safe | aggressive | always }
                  closes the connection when the request is being sent, the
                  browser can decide to silently retry it. Since it is exactly
                  equivalent to regular keep-alive, there should be no side
-                 effects.
+                 effects. There is also a special handling for the connections
+                 using protocols subject to Head-of-line blocking (backend with
+                 h2 or fcgi). In this case, when at least one stream is
+                 processed, the used connection is reserved to handle streams
+                 of the same session. When no more streams are processed, the
+                 connection is released and can be reused.
 
     - "aggressive" : this mode may be useful in webservices environments where
                  all servers are not necessarily known and where it would be