From: Joe Orton Date: Fri, 11 Jul 2003 11:00:38 +0000 (+0000) Subject: Update comment after removal of tmp_headers in r1.132. X-Git-Tag: pre_ajp_proxy~1458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b03404a6cb4551720de9c606c64700d94b661605;p=apache Update comment after removal of tmp_headers in r1.132. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index a205be9e7d..445fbc6a39 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -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;