]> 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)
commit274c566f2b8ac5776e18ebbdecfe2b5b6388f8f9
tree41e8d9884ef91e905f05730bdd52dee4302344f6
parent51b515f614c458db08ee992234a3febfd92bd688
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