]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Some code rewriting in ap_proxy_connect_handler():
authorGraham Leggett <minfrin@apache.org>
Wed, 4 Apr 2001 18:47:42 +0000 (18:47 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 4 Apr 2001 18:47:42 +0000 (18:47 +0000)
commit5f3bc1ebc9905ad3b771a25fa37c3d544e462d6c
tree1a5bd5b32446777fea96606d92bf479afdf2b487
parent3cea69c4d1a6ccd2ef7fa8f036d59fdb9547ac2d
Some code rewriting in ap_proxy_connect_handler():
*) Fixed bug where a hostname without a "." in it (such as "localhost")
would not trigger an IP address check with ProxyBlock.
*) Fixed ProxyBlock bugs with ap_proxy_http_handler() and
ap_proxy_connect_handler().
*) Updated ap_proxy_connect_handler() to support APR, while
moving some common code between http_handler and connect_handler
to proxy_util.c.
PR:
Obtained from:
Reviewed by:

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