]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add line missing from my backport of protocol.c table optimization.
authorPaul J. Reder <rederpj@apache.org>
Tue, 15 Jul 2003 21:22:24 +0000 (21:22 +0000)
committerPaul J. Reder <rederpj@apache.org>
Tue, 15 Jul 2003 21:22:24 +0000 (21:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100640 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index cda5a57ba1cb4226a3b1e7e3d3f900106f9971ad..b2af023acd763d6fbe292168f3e0c49eb8d0e06a 100644 (file)
@@ -794,6 +794,7 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb
                     ++value;            /* Skip to start of value   */
                 }
 
+                apr_table_addn(r->headers_in, last_field, value);
 
                 /* reset the alloc_len so that we'll allocate a new
                  * buffer if we have to do any more folding: we can't