diff options
author | Stefan Eissing <icing@apache.org> | 2022-09-26 15:28:18 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-09-26 15:28:18 +0200 |
commit | 8006abf3edfe4233c361cc28ad829f57737c1625 (patch) | |
tree | de5727f300ab029b34f051cae14cb75db9f422ea /docs/manual/mod/mod_http2.xml | |
parent | *) mod_http2: new directive "H2HeaderStrictness" to control the compliance (diff) | |
download | apache2-8006abf3edfe4233c361cc28ad829f57737c1625.tar.xz apache2-8006abf3edfe4233c361cc28ad829f57737c1625.zip |
*) 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
Diffstat (limited to 'docs/manual/mod/mod_http2.xml')
-rw-r--r-- | docs/manual/mod/mod_http2.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 0eba28f415..68fbb46f0d 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -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> |