]> granicus.if.org Git - apache/commit
Cleanup the proxy code that creates a request to the origin
authorRyan Bloom <rbb@apache.org>
Tue, 16 Oct 2001 05:18:39 +0000 (05:18 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 16 Oct 2001 05:18:39 +0000 (05:18 +0000)
commite31a688ce552caa4d6e7dddbd1228c3ca9513ee2
tree2162d723c060e3ee0f084f5d2b0457384c86b7a1
parent05679046c33348f27a90a1f9cdca05c2e1a6d65b
Cleanup the proxy code that creates a request to the origin
server.  This change adds an optional hook, which allows modules
to gain control while the request is created if the proxy module
is loaded.  The purpose of this hook is to allow modules to add
input and/or output filters to the request to the origin.  While
I was at it, I made the core use this hook, so that proxy request
creation uses some of the code from the core.  This can still be
greatly improved, but this is a good start.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91486 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
configure.in
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c
server/core.c