From: William A. Rowe Jr Date: Wed, 3 Aug 2016 23:17:07 +0000 (+0000) Subject: Another comment for reviewers to follow X-Git-Tag: 2.5.0-alpha~1331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edd78a4931bbc7eb2a227d27f022e8938d25c4e1;p=apache Another comment for reviewers to follow git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755126 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 49fe8d1d58..91577e378b 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -896,6 +896,10 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb last_field[last_len] = ' '; } last_len += len; + + /* We've appended this obs-fold line to last_len, proceed to + * read the next input line + */ continue; } else if (last_field != NULL) {