]> granicus.if.org Git - apache/commit
Add the first draft of the http_filter. In time this filter will split
authorRyan Bloom <rbb@apache.org>
Fri, 6 Oct 2000 06:07:07 +0000 (06:07 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 6 Oct 2000 06:07:07 +0000 (06:07 +0000)
commitbb8525b09d5c5bc9e4cefeec735a65de4feb5ca2
treef52d18aff43ff414947d622545772526b3df47d3
parentd58e23d38326694360b0775571ba3513c1630039
Add the first draft of the http_filter.  In time this filter will split
the bucket brigade between the headers and the body.  Right now it just
converts \r\n to \n\0.

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