From 1ea8890010fa1f46b211f20765cfe2787f50673c Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 18 Jan 2016 21:11:46 +0000 Subject: [PATCH] leave a note that RFC7230 suggests force-response-1.0 behavior. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725348 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_filters.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 254ade31c9..ec966e59b9 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -932,6 +932,8 @@ static void basic_http_header_check(request_rec *r, } /* kludge around broken browsers when indicated by force-response-1.0 + * RFC7230 (httpbis) says this is the SHOULD case, but it's a little + * late to change httpd defaults. */ if (r->proto_num == HTTP_VERSION(1,0) && apr_table_get(r->subprocess_env, "force-response-1.0")) { -- 2.50.1