]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make the proxy work with filters. We are still using BUFF for the
authorRyan Bloom <rbb@apache.org>
Thu, 16 Nov 2000 01:57:46 +0000 (01:57 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 16 Nov 2000 01:57:46 +0000 (01:57 +0000)
commit283d9459dd03e872c32d2c847076ab6810cb174d
tree41e8d9884ef91e905f05730bdd52dee4302344f6
parenta762b184ebe2e3cc0f48c42d8ca753a99762897a
Make the proxy work with filters.  We are still using BUFF for the
back-end communication, but BUFF has been removed from the communication
with the client.  The headers are not working correctly yet, but we are
making progress.  The most important part of this commit is that we are
able to actually filter data coming from the proxy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86978 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.h
modules/proxy/proxy_ftp.c
modules/proxy/proxy_http.c
modules/proxy/proxy_util.c