]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make the header filter use the brigade buffering functions for creating
authorRyan Bloom <rbb@apache.org>
Fri, 9 Feb 2001 07:17:53 +0000 (07:17 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 9 Feb 2001 07:17:53 +0000 (07:17 +0000)
commit6daf3c3aedc5a7b6c824d5ee24e97b586682940f
tree08758c5e2a57027d77405d62454ba20d3e730137
parentdf3e045b9ed0ff1adf3a1d249f7215ad7b774b27
Make the header filter use the brigade buffering functions for creating
the header string.  This allows us to clean up the header handling a bit,
because we don't need to compute the correct length before we can create
the headers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88029 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_protocol.h
modules/http/http_protocol.c