]> granicus.if.org Git - apache/commitdiff
revert r1725348, force-response-1.0 is not suggested.
authorEric Covener <covener@apache.org>
Thu, 21 Jan 2016 02:24:51 +0000 (02:24 +0000)
committerEric Covener <covener@apache.org>
Thu, 21 Jan 2016 02:24:51 +0000 (02:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725857 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index ec966e59b9a18ef9edf77c8d421ec02df67023bb..254ade31c94dc96882e073bc7fa140afa1f1c8ed 100644 (file)
@@ -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")) {