]> granicus.if.org Git - apache/commitdiff
Update comment after removal of tmp_headers in r1.132.
authorJoe Orton <jorton@apache.org>
Fri, 11 Jul 2003 11:00:38 +0000 (11:00 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 11 Jul 2003 11:00:38 +0000 (11:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100550 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index a205be9e7d06974ae9deee1656e352d1cedb8d12..445fbc6a399f8873d2159b2879625b16e876f059 100644 (file)
@@ -814,7 +814,7 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb
                 /* reset the alloc_len so that we'll allocate a new
                  * buffer if we have to do any more folding: we can't
                  * use the previous buffer because its contents are
-                 * now part of tmp_headers
+                 * now part of r->headers_in
                  */
                 alloc_len = 0;