From: Yann Ylavic Date: Thu, 11 Aug 2016 23:24:47 +0000 (+0000) Subject: http: follow up to r1750392. X-Git-Tag: 2.5.0-alpha~1290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25b8c2b58928fd88612d122e271ebf4518529937;p=apache http: follow up to r1750392. 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 --- diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 564a195d8f..720eb0010c 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -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) {