]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the install_transport_filters hook. The same function can be
authorRyan Bloom <rbb@apache.org>
Tue, 5 Feb 2002 22:18:49 +0000 (22:18 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 5 Feb 2002 22:18:49 +0000 (22:18 +0000)
commit84afbd876e6db509c72403c5076c5ab42402cdcf
tree1d68c9b6eac7e70deac11e79787fc62e3fd06d04
parentfa5a32345336f3d6deafdd879a227716f3c2e498
Remove the install_transport_filters hook.  The same function can be
acheived with the pre_connection hook.  I have added the socket to the
pre_connection phase to make this possible.
Reviewed by: Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93259 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
modules/experimental/mod_example.c
modules/proxy/proxy_ftp.c
modules/proxy/proxy_http.c
modules/ssl/mod_ssl.c
server/connection.c
server/core.c
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c