From: Eric Covener Date: Thu, 21 Jan 2016 02:24:51 +0000 (+0000) Subject: revert r1725348, force-response-1.0 is not suggested. X-Git-Tag: 2.5.0-alpha~2343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367c71d3cc85c1663081438232f8297b6ea472ae;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index ec966e59b9a..254ade31c94 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")) {