mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user