From: Rich Bowen Date: Tue, 14 Apr 2026 18:17:29 +0000 (+0000) Subject: rather than for argument placeholders (style guide) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d1a33a26de45e4495784f64b7a2ca801121b87f;p=thirdparty%2Fapache%2Fhttpd.git rather than for argument placeholders (style guide) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933057 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.html.en.utf8 b/docs/manual/mod/mod_http2.html.en.utf8 index a11c7bcde6..bd567dd5c0 100644 --- a/docs/manual/mod/mod_http2.html.en.utf8 +++ b/docs/manual/mod/mod_http2.html.en.utf8 @@ -304,7 +304,7 @@

H2EarlyHint Directive

- + @@ -316,7 +316,7 @@ are picked up for "103 Early Hints" intermediate responses. The main purpose is to send "preload" information to client browsers.

- name and value must be valid HTTP header fields + name and value must be valid HTTP header fields or will lead to failed responses. H2EarlyHints must still be enabled to allow 103 intermediate responses to be sent. This directive can be repeated several times and header fields of the @@ -356,7 +356,7 @@

Description:Add a response header to be picked up in 103 Early Hints
Syntax:H2EarlyHint name value
Syntax:H2EarlyHint name value
Context:server config, virtual host, directory, .htaccess
Status:Extension
Module:mod_http2
- + @@ -379,7 +379,7 @@
Description:Maximum bytes inside a single HTTP/2 DATA frame
Syntax:H2MaxDataFrameLen n
Syntax:H2MaxDataFrameLen n
Default:H2MaxDataFrameLen 0
Context:server config, virtual host
Status:Extension
- + @@ -401,7 +401,7 @@
Description:Maximum size of response headers
Syntax:H2MaxHeaderBlockLen n
Syntax:H2MaxHeaderBlockLen n
Default:H2MaxHeaderBlockLen 0
Context:server config, virtual host
Status:Extension
- + @@ -420,7 +420,7 @@
Description:Maximum number of active streams per HTTP/2 session.
Syntax:H2MaxSessionStreams n
Syntax:H2MaxSessionStreams n
Default:H2MaxSessionStreams 100
Context:server config, virtual host
Status:Extension
- + @@ -445,7 +445,7 @@
Description:Maximum amount of client caused errors to tolerate
Syntax:H2MaxStreamErrors n
Syntax:H2MaxStreamErrors n
Default:H2MaxStreamErrors 8
Context:server config, virtual host
Status:Extension
- + @@ -464,7 +464,7 @@
Description:Maximum number of seconds h2 workers remain idle until shut down.
Syntax:H2MaxWorkerIdleSeconds n
Syntax:H2MaxWorkerIdleSeconds n
Default:H2MaxWorkerIdleSeconds 600
Context:server config
Status:Extension
- + @@ -483,7 +483,7 @@
Description:Maximum number of worker threads to use per child process.
Syntax:H2MaxWorkers n
Syntax:H2MaxWorkers n
Context:server config
Status:Extension
Module:mod_http2
- + @@ -564,7 +564,7 @@
Description:Minimal number of worker threads to use per child process.
Syntax:H2MinWorkers n
Syntax:H2MinWorkers n
Context:server config
Status:Extension
Module:mod_http2
- + @@ -684,7 +684,7 @@
Description:Determine the range of padding bytes added to payload frames
Syntax:H2Padding numbits
Syntax:H2Padding numbits
Default:H2Padding 0
Context:server config, virtual host
Status:Extension
- + @@ -717,7 +717,7 @@
Description:H2 Server Push Diary Size
Syntax:H2PushDiarySize n
Syntax:H2PushDiarySize n
Default:H2PushDiarySize 256
Context:server config, virtual host
Status:Extension
- + @@ -834,7 +834,7 @@ H2PushPriority text/css interleaved # weight 256 default
Description:H2 Server Push Priority
Syntax:H2PushPriority mime-type [after|before|interleaved] [weight]
Syntax:H2PushPriority mime-type [after|before|interleaved] [weight]
Default:H2PushPriority * After 16
Context:server config, virtual host
Status:Extension
- + @@ -894,7 +894,7 @@ H2PushPriority text/css interleaved # weight 256 default
Description:Declares resources for early pushing to the client
Syntax:H2PushResource [add] path [critical]
Syntax:H2PushResource [add] path [critical]
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Extension
- + @@ -932,7 +932,7 @@ H2PushPriority text/css interleaved # weight 256 default
Description:Maximum amount of output data buffered per stream.
Syntax:H2StreamMaxMemSize bytes
Syntax:H2StreamMaxMemSize bytes
Default:H2StreamMaxMemSize 65536
Context:server config, virtual host
Status:Extension
- + @@ -971,7 +971,7 @@ H2PushPriority text/css interleaved # weight 256 default
Description:Configure the number of seconds of idle time on TLS before shrinking writes
Syntax:H2TLSCoolDownSecs seconds
Syntax:H2TLSCoolDownSecs seconds
Default:H2TLSCoolDownSecs 1
Context:server config, virtual host
Status:Extension
- + @@ -1099,7 +1099,7 @@ H2PushPriority text/css interleaved # weight 256 default
Description:Configure the number of bytes on TLS connection before doing max writes
Syntax:H2TLSWarmUpSize amount
Syntax:H2TLSWarmUpSize amount
Default:H2TLSWarmUpSize 1048576
Context:server config, virtual host
Status:Extension
- + diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index c81d10ffbd..7349513ff9 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -311,7 +311,7 @@ H2Push off H2PushDiarySize H2 Server Push Diary Size - H2PushDiarySize n + H2PushDiarySize n H2PushDiarySize 256 server config @@ -346,7 +346,7 @@ H2Push off H2PushPriority H2 Server Push Priority - H2PushPriority mime-type [after|before|interleaved] [weight] + H2PushPriority mime-type [after|before|interleaved] [weight] H2PushPriority * After 16 server config @@ -527,7 +527,7 @@ H2Upgrade on H2MaxSessionStreams Maximum number of active streams per HTTP/2 session. - H2MaxSessionStreams n + H2MaxSessionStreams n H2MaxSessionStreams 100 server config @@ -550,7 +550,7 @@ H2MaxSessionStreams 20 H2StreamMaxMemSize Maximum amount of output data buffered per stream. - H2StreamMaxMemSize bytes + H2StreamMaxMemSize bytes H2StreamMaxMemSize 65536 server config @@ -575,7 +575,7 @@ H2StreamMaxMemSize 128000 H2WindowSize Size of Stream Window for upstream data. - H2WindowSize bytes + H2WindowSize bytes H2WindowSize 65535 server config @@ -603,7 +603,7 @@ H2WindowSize 128000 H2MinWorkers Minimal number of worker threads to use per child process. - H2MinWorkers n + H2MinWorkers n server config @@ -625,7 +625,7 @@ H2MinWorkers 10 H2MaxWorkers Maximum number of worker threads to use per child process. - H2MaxWorkers n + H2MaxWorkers n server config @@ -647,7 +647,7 @@ H2MaxWorkers 20 H2MaxWorkerIdleSeconds Maximum number of seconds h2 workers remain idle until shut down. - H2MaxWorkerIdleSeconds n + H2MaxWorkerIdleSeconds n H2MaxWorkerIdleSeconds 600 server config @@ -745,7 +745,7 @@ H2ModernTLSOnly off H2TLSWarmUpSize Configure the number of bytes on TLS connection before doing max writes - H2TLSWarmUpSize amount + H2TLSWarmUpSize amount H2TLSWarmUpSize 1048576 server config @@ -799,7 +799,7 @@ H2TLSWarmUpSize 0 H2TLSCoolDownSecs Configure the number of seconds of idle time on TLS before shrinking writes - H2TLSCoolDownSecs seconds + H2TLSCoolDownSecs seconds H2TLSCoolDownSecs 1 server config @@ -880,7 +880,7 @@ H2TLSCoolDownSecs 0 H2PushResource Declares resources for early pushing to the client - H2PushResource [add] path [critical] + H2PushResource [add] path [critical] server config virtual host @@ -948,7 +948,7 @@ H2TLSCoolDownSecs 0 H2Padding Determine the range of padding bytes added to payload frames - H2Padding numbits + H2Padding numbits H2Padding 0 server config @@ -1027,7 +1027,7 @@ H2TLSCoolDownSecs 0 H2MaxDataFrameLen Maximum bytes inside a single HTTP/2 DATA frame - H2MaxDataFrameLen n + H2MaxDataFrameLen n H2MaxDataFrameLen 0 server config @@ -1052,7 +1052,7 @@ H2TLSCoolDownSecs 0 H2EarlyHint Add a response header to be picked up in 103 Early Hints - H2EarlyHint name value + H2EarlyHint name value server config virtual host @@ -1068,7 +1068,7 @@ H2TLSCoolDownSecs 0 are picked up for "103 Early Hints" intermediate responses. The main purpose is to send "preload" information to client browsers.

- name and value must be valid HTTP header fields + name and value must be valid HTTP header fields or will lead to failed responses. H2EarlyHints must still be enabled to allow 103 intermediate responses to be sent. This directive can be repeated several times and header fields of the @@ -1147,7 +1147,7 @@ H2EarlyHint Link "</my.css>;rel=preload;as=style" H2MaxHeaderBlockLen Maximum size of response headers - H2MaxHeaderBlockLen n + H2MaxHeaderBlockLen n H2MaxHeaderBlockLen 0 server config @@ -1171,7 +1171,7 @@ H2EarlyHint Link "</my.css>;rel=preload;as=style" H2MaxStreamErrors Maximum amount of client caused errors to tolerate - H2MaxStreamErrors n + H2MaxStreamErrors n H2MaxStreamErrors 8 server config

Description:Size of Stream Window for upstream data.
Syntax:H2WindowSize bytes
Syntax:H2WindowSize bytes
Default:H2WindowSize 65535
Context:server config, virtual host
Status:Extension