]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
leave a note that RFC7230 suggests force-response-1.0 behavior.
authorEric Covener <covener@apache.org>
Mon, 18 Jan 2016 21:11:46 +0000 (21:11 +0000)
committerEric Covener <covener@apache.org>
Mon, 18 Jan 2016 21:11:46 +0000 (21:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725348 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

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