From a611f2cb5ec52f64158150f80cd0484cee7b1231 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Mon, 18 Jan 2016 21:14:46 +0000
Subject: [PATCH] emphasize http/1.0 clients, mention RFC7230 calling this
envvar a SHOULD.
--This line, and those below, will be inored--
M env.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725349 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/env.xml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/docs/manual/env.xml b/docs/manual/env.xml
index db8c204c7c..f34c21fa69 100644
--- a/docs/manual/env.xml
+++ b/docs/manual/env.xml
@@ -322,12 +322,15 @@
force-response-1.0
- This forces an HTTP/1.0 response to clients making an HTTP/1.0
- request. It was originally
- implemented as a result of a problem with AOL's proxies. Some
+
This forces an HTTP/1.0 response to clients making an
+ HTTP/1.0 request. It was originally
+ implemented as a result of a problem with AOL's proxies during the
+ early days of HTTP/1.1. Some
HTTP/1.0 clients may not behave correctly when given an HTTP/1.1
- response, and this can be used to interoperate with them.
-
+ response, and this can be used to interoperate with them. Later
+ revisions of the HTTP/1.1 spec (RFC 7230) recommend this behavior
+ for HTTP/1.0 clients.
+