]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backports: r1057372
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 20:56:34 +0000 (20:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 20:56:34 +0000 (20:56 +0000)
Submitted by: trawick
Another comment-only backport syncing to 2.4.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x-merge-http-strict@1775735 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 3e8db025249ae3e1b804ad32f8a47f77cc2c7894..67431336260749a673d155580fab2b9e5346f011 100644 (file)
@@ -853,6 +853,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);
 }