]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: Add anchor attr to <rfc> tag, convert legacy RFC/IETF links, fix http->https
authorRich Bowen <rbowen@apache.org>
Tue, 5 May 2026 17:39:49 +0000 (17:39 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 5 May 2026 17:39:49 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933860 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/http2.xml
docs/manual/misc/perf-tuning.xml

index 909e0be4de2b31d14c0a52564275e90772b25b23..90a76afe79111f5dca916760ee49655899a9f1ba 100644 (file)
@@ -268,7 +268,7 @@ H2Push Off
     already has, so PUSHes for those things can be avoided, but this is all
     highly experimental right now.</p>
     <p>Another experimental draft that has been implemented in <module>mod_http2</module>
-    is the <a href="https://tools.ietf.org/html/draft-ruellan-http-accept-push-policy-00">
+    is the <a href="https://datatracker.ietf.org/doc/html/draft-ruellan-http-accept-push-policy-00">
     Accept-Push-Policy Header Field</a> where a client can, for each request, define
     what kind of PUSHes it accepts.</p>
     <p>
index 68262211d3b8b91246497ec340c19af963ae61d2..effe42a15dff8d89132b4723f0e0a7b50f323d44 100644 (file)
@@ -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, <code>lingering_close</code> is an absolute
       necessity (and <a
-      href="http://www.w3.org/Protocols/HTTP/Performance/Pipeline.html">
+      href="https://www.w3.org/Protocols/HTTP/Performance/Pipeline.html">
       pipelined connections are faster</a>, so you want to support
       them).</p>