]> granicus.if.org Git - apache/commitdiff
http: follow up to r1750392.
authorYann Ylavic <ylavic@apache.org>
Thu, 11 Aug 2016 23:24:47 +0000 (23:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 11 Aug 2016 23:24:47 +0000 (23:24 +0000)
Restore AP_MODE_READBYTES cleared inadvertently in r1756060.

[Reverted by r1756065]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756064 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_request.c

index 564a195d8f84aa04d331b983971b1ed32ba60111..720eb0010c7fef39cf6bb0697717b23502ac8d22 100644 (file)
@@ -313,6 +313,7 @@ AP_DECLARE(apr_status_t) ap_check_pipeline(conn_rec *c, apr_bucket_brigade *bb,
         else {
             if (buf[0] == APR_ASCII_LF) {
                 /* consume this LF */
+                mode = AP_MODE_READBYTES;
                 num_blank_lines++;
             }
             else if (buf[0] == APR_ASCII_CR) {