diff options
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/env.html | 7 | ||||
-rw-r--r-- | docs/manual/env.html.en | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/docs/manual/env.html b/docs/manual/env.html index 2a68933775..0ea86178a6 100644 --- a/docs/manual/env.html +++ b/docs/manual/env.html @@ -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> diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 2a68933775..0ea86178a6 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -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> |