]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) mod_http2: documentation update on values for H2HeaderStrictness.
authorStefan Eissing <icing@apache.org>
Mon, 26 Sep 2022 13:28:18 +0000 (13:28 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 26 Sep 2022 13:28:18 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904272 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 0eba28f415e695578bea3a2f5fe1f7212fc61ee8..68fbb46f0d65e030a31bc13ad6085bec3aff9a7a 100644 (file)
@@ -1027,8 +1027,8 @@ H2TLSCoolDownSecs 0
     <directivesynopsis>
         <name>H2HeaderStrictness</name>
         <description>Strictness applied to head checks, via RFC number.</description>
-        <syntax>H2HeaderStrictness <var>rfc-number</var></syntax>
-        <default>7540</default>
+        <syntax>H2HeaderStrictness <var>rfc</var></syntax>
+        <default>rfc7540</default>
         <contextlist>
             <context>server config</context>
             <context>virtual host</context>
@@ -1039,9 +1039,11 @@ H2TLSCoolDownSecs 0
             <p>
                 <directive>H2HeaderStrictness</directive> specifies the compliance
                 checks for header values, as specified in the IETF RFC number.
-                '7540' is the original HTTP/2 RFC, 9113 is the updated version that
+                'rfc7540' is the original HTTP/2 RFC, 'rfc9113' is the updated version that
                 disallows leading and trialing spaces in fields.
-            </p>
+            </p><p>
+                Use 'highest' to use always the highest strictness checks available.
+        </p>
         </usage>
     </directivesynopsis>