dgaudet 97/07/20 14:27:05
Modified: htdocs/manual env.html Log: Blurb about downgrade-1.0. Revision Changes Path 1.6 +6 -1 apache/htdocs/manual/env.html Index: env.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/env.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C3 -r1.5 -r1.6 *** env.html 1997/07/06 17:18:53 1.5 --- env.html 1997/07/20 21:27:04 1.6 *************** *** 30,40 **** <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 when given an HTTP/1.1 response, and this can be used to interoperate with them. <!--#include virtual="footer.html" --> </BODY> --- 30,45 ---- <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 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>