]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) mod_http2: documentation clarification on dependency of H2HeaderStrictness on
authorStefan Eissing <icing@apache.org>
Mon, 26 Sep 2022 13:33:23 +0000 (13:33 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 26 Sep 2022 13:33:23 +0000 (13:33 +0000)
     the underlying nghttp2 version in play.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904273 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 68fbb46f0d65e030a31bc13ad6085bec3aff9a7a..93a8cdfd0ef82bf1ee69c9c820b7aa01ec373ab2 100644 (file)
@@ -1042,7 +1042,10 @@ H2TLSCoolDownSecs 0
                 'rfc7540' is the original HTTP/2 RFC, 'rfc9113' is the updated version that
                 disallows leading and trialing spaces in fields.
             </p><p>
-                Use 'highest' to use always the highest strictness checks available.
+                Use 'highest' to apply the highest strictness checks available. This
+                depends on the nghttp2 library version used. 'rfc9113' is available
+                from nghttp2 v1.50.0 and onward only. When building with previous
+                versions, this setting has no effect.
         </p>
         </usage>
     </directivesynopsis>