From: William A. Rowe Jr Date: Tue, 23 Aug 2016 01:35:23 +0000 (+0000) Subject: Another comment-only backport syncing to 2.4.x, of trawick's r1057372 X-Git-Tag: 2.2.32~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186da58c2647523db082292dcc5704d72b74ceda;p=thirdparty%2Fapache%2Fhttpd.git Another comment-only backport syncing to 2.4.x, of trawick's r1057372 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1757295 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index eb1400a6e94..e9611a142a0 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -837,6 +837,9 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb } } + /* Combine multiple message-header fields with the same + * field-name, following RFC 2616, 4.2. + */ apr_table_compress(r->headers_in, APR_OVERLAP_TABLES_MERGE); }