]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
emphasize that the flush in 2.2.x check_pipeline_flush() is actually
authorEric Covener <covener@apache.org>
Sat, 27 Aug 2016 21:08:08 +0000 (21:08 +0000)
committerEric Covener <covener@apache.org>
Sat, 27 Aug 2016 21:08:08 +0000 (21:08 +0000)
unconditional

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1758071 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_request.c

index fc8d43309d57e80cb4fff83f2250fc2ea4e57e4e..75d9b79365b49134e007b147bed478c34036fb02 100644 (file)
@@ -255,6 +255,10 @@ static void check_pipeline_flush(request_rec *r)
         }
     }
 
+    /* The flush below became unconditional way back in r105919. Later
+     * branches have very different handling in this area anyway (EOR bucket).
+     */
+
         e = apr_bucket_flush_create(c->bucket_alloc);
 
         /* We just send directly to the connection based filters.  At