From: Rich Bowen
Date: Tue, 5 May 2026 17:39:49 +0000 (+0000)
Subject: docs: Add anchor attr to tag, convert legacy RFC/IETF links, fix http->https
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=943faf52f1ffb9bdd787105c27471a33b1b2ee07;p=thirdparty%2Fapache%2Fhttpd.git
docs: Add anchor attr to tag, convert legacy RFC/IETF links, fix http->https
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933860 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/http2.xml b/docs/manual/howto/http2.xml
index 909e0be4de..90a76afe79 100644
--- a/docs/manual/howto/http2.xml
+++ b/docs/manual/howto/http2.xml
@@ -268,7 +268,7 @@ H2Push Off
already has, so PUSHes for those things can be avoided, but this is all
highly experimental right now.
Another experimental draft that has been implemented in mod_http2
- is the
+ is the
Accept-Push-Policy Header Field where a client can, for each request, define
what kind of PUSHes it accepts.
diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml
index 68262211d3..effe42a15d 100644
--- a/docs/manual/misc/perf-tuning.xml
+++ b/docs/manual/misc/perf-tuning.xml
@@ -774,7 +774,7 @@ DirectoryIndex index.cgi index.pl index.shtml index.html
In particular, as HTTP/1.1 pipelined persistent connections
come into use, lingering_close is an absolute
necessity (and
+ href="https://www.w3.org/Protocols/HTTP/Performance/Pipeline.html">
pipelined connections are faster, so you want to support
them).