From 367c71d3cc85c1663081438232f8297b6ea472ae Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 21 Jan 2016 02:24:51 +0000 Subject: [PATCH] revert r1725348, force-response-1.0 is not suggested. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725857 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_filters.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index ec966e59b9..254ade31c9 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -932,8 +932,6 @@ 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.49.0