]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
A first pass at the chunking filter. This is incredibly simple. As
authorRyan Bloom <rbb@apache.org>
Thu, 17 Aug 2000 00:54:03 +0000 (00:54 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 17 Aug 2000 00:54:03 +0000 (00:54 +0000)
commit032972c119488a2436aa183eef4fe657d03cd3ab
tree5bd01404429c1a29a024cefd898d46cabf890b6f
parentfbcf521483dfa81e696d1a60cc34011cbecd3067
A first pass at the chunking filter.  This is incredibly simple.  As
bucket brigades are sent to this filter, it inserts the chunking header
at the front of the brigade.  When the filter sees an EOS bucket, it
adds the 0 chunking trailer.

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