From d8e765773e4e054866432fac7905df02c6f2fd3d Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Mon, 26 Sep 2022 13:33:23 +0000 Subject: [PATCH] *) mod_http2: documentation clarification on dependency of H2HeaderStrictness on 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 68fbb46f0d6..93a8cdfd0ef 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -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.

- 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.

-- 2.47.2