]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Blurb about downgrade-1.0.
authordgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 21:27:04 +0000 (21:27 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 21:27:04 +0000 (21:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78703 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.html
docs/manual/env.html.en

index 2a6893377564c42cb5fd4a3176780f0709cce403..0ea86178a670a9b39b2177902ed553dab62f806c 100644 (file)
@@ -30,12 +30,17 @@ directive be used:
 <BLOCKQUOTE><CODE>
 BrowserMatch Mozilla/2 nokeepalive
 </CODE></BLOCKQUOTE>
+
 <H2>force-response-1.0</H2>
 This forces an HTTP/1.0 response when set. It was originally implemented as a
-result of a problem with AOL's proxies. Some clients may not behave correctly
+result of a problem with AOL's proxies.  Some clients may not behave correctly
 when given an HTTP/1.1 response, and this can be used to interoperate with
 them.
 
+<H2>downgrade-1.0</H2>
+<p>This forces the request to be treated as a HTTP/1.0 request even if it
+was in a later dialect.
+
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
index 2a6893377564c42cb5fd4a3176780f0709cce403..0ea86178a670a9b39b2177902ed553dab62f806c 100644 (file)
@@ -30,12 +30,17 @@ directive be used:
 <BLOCKQUOTE><CODE>
 BrowserMatch Mozilla/2 nokeepalive
 </CODE></BLOCKQUOTE>
+
 <H2>force-response-1.0</H2>
 This forces an HTTP/1.0 response when set. It was originally implemented as a
-result of a problem with AOL's proxies. Some clients may not behave correctly
+result of a problem with AOL's proxies.  Some clients may not behave correctly
 when given an HTTP/1.1 response, and this can be used to interoperate with
 them.
 
+<H2>downgrade-1.0</H2>
+<p>This forces the request to be treated as a HTTP/1.0 request even if it
+was in a later dialect.
+
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>