]> granicus.if.org Git - apache/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)
commit4b1eefe1f4dbae02e69404559b57b222502671fc
tree7c48808626ee34bec4aecd9b3bba5798f2609387
parent8ef77218c16f968b38de03c0a3039520677ca4a4
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