From: Christophe Jaillet
Date: Fri, 24 Dec 2021 15:04:55 +0000 (+0000)
Subject: Add a few missing hyper links and use for parameters that need to be replaced...
X-Git-Tag: 2.4.53-rc1-candidate~114
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88771f87edcb8286b4b4c8c83747c6a99a29a9d6;p=thirdparty%2Fapache%2Fhttpd.git
Add a few missing hyper links and use for parameters that need to be replaced with actual values
r1896363 in trunk
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896364 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml
index 287e774d33c..4b54035377f 100644
--- a/docs/manual/mod/mod_http2.xml
+++ b/docs/manual/mod/mod_http2.xml
@@ -271,7 +271,7 @@ H2Direct on
Link headers in responses are either set by the application or
- can be configured via H2PushResource or
+ can be configured via H2PushResource or
using mod_headers as:
mod_headers example
@@ -348,7 +348,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
@@ -881,7 +881,7 @@ H2TLSCoolDownSecs 0
H2PushResource
Declares resources for early pushing to the client
- H2PushResource [add] path [critical]
+ H2PushResource [add] path [critical]
server config
virtual host
@@ -937,7 +937,8 @@ H2TLSCoolDownSecs 0
When set to on
, PUSH resources announced with
- H2PushResource
will trigger an interim 103 response
+ H2PushResource will
+ trigger an interim 103 response
before the final response. The 103 response will carry Link
headers that advise the preload
of such resources.
@@ -947,7 +948,7 @@ H2TLSCoolDownSecs 0
H2Padding
Determine the range of padding bytes added to payload frames
- H2Padding numbits
+ H2Padding numbits
H2Padding 0
server config
@@ -985,7 +986,7 @@ H2TLSCoolDownSecs 0
H2OutputBuffering
Determine buffering behaviour of output
- H2OutputBuffering on/off
+ H2OutputBuffering on|off
H2OutputBuffering on
server config
@@ -995,7 +996,7 @@ H2TLSCoolDownSecs 0
- The option 'H2OutputBuffering on/off' controls the buffering of stream output.
+ The directive H2OutputBuffering controls the buffering of stream output.
The default is on, which is the behaviour of previous versions. When off, all
bytes are made available immediately to the main connection for sending them
out to the client. This fixes interop issues with certain flavours of gRPC.