From: Stefan Eissing
Date: Mon, 26 Sep 2022 13:28:18 +0000 (+0000)
Subject: *) mod_http2: documentation update on values for H2HeaderStrictness.
X-Git-Tag: 2.5.0-alpha2-ci-test-only~230
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8006abf3edfe4233c361cc28ad829f57737c1625;p=thirdparty%2Fapache%2Fhttpd.git
*) mod_http2: documentation update on values for H2HeaderStrictness.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904272 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml
index 0eba28f415e..68fbb46f0d6 100644
--- a/docs/manual/mod/mod_http2.xml
+++ b/docs/manual/mod/mod_http2.xml
@@ -1027,8 +1027,8 @@ H2TLSCoolDownSecs 0
H2HeaderStrictness
Strictness applied to head checks, via RFC number.
- H2HeaderStrictness rfc-number
- 7540
+ H2HeaderStrictness rfc
+ rfc7540
server config
virtual host
@@ -1039,9 +1039,11 @@ H2TLSCoolDownSecs 0
H2HeaderStrictness 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.
-
+
+ Use 'highest' to use always the highest strictness checks available.
+