]> 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)
commitb3ea914127cac360ccca73c4d688c10d91c04e9a
tree08758c5e2a57027d77405d62454ba20d3e730137
parentb98ee5e9ed2d3e00726d2dc7d3b1aa0ac438a5e2
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