]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Hack headers to work semi-properly. This is a hack that will need to be
authorRyan Bloom <rbb@apache.org>
Sat, 21 Oct 2000 14:20:14 +0000 (14:20 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 21 Oct 2000 14:20:14 +0000 (14:20 +0000)
commit9fbdac023f8b222465c4db91ae472f0d17feaaa8
tree7b4d18204211af987c1d9db57dd848deea50e79a
parent1a26023fe91cc5257c92e1c86583e4090b79107a
Hack headers to work semi-properly.  This is a hack that will need to be
fixed, but it is good enough for now.  The idea is that headers shouldn't
flow through the BUFF anymore.  Now, we have a header filter that is
called at the end of the request-filter chain.  This filter writes the
headers directly to the connection filters.

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