]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Clean up the http filter a lot. Instead of sending a bucket per header,
authorRyan Bloom <rbb@apache.org>
Wed, 1 Nov 2000 00:52:06 +0000 (00:52 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 1 Nov 2000 00:52:06 +0000 (00:52 +0000)
commit683fd269bdf40e3bc3c06f5b8c6a771010ea0f68
tree7c48808626ee34bec4aecd9b3bba5798f2609387
parentfe199cf8e39b9f50a5045c0eae93b6303ad7585d
Clean up the http filter a lot.  Instead of sending a bucket per header,
we now create a single bucket that has all of the headers and send that.
One known issue is that this limits the headers to 8k, but it is a minor
patch to fix that.

This also stops us from exporting ap_send_header_field.  This function no
longer makes sense to export.

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