]> granicus.if.org Git - apache/commit
Get the proxy module compiling again. This is a hack to get past the
authorRyan Bloom <rbb@apache.org>
Wed, 14 Nov 2001 21:18:47 +0000 (21:18 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 14 Nov 2001 21:18:47 +0000 (21:18 +0000)
commit8a697835fe5b90c62d65f941ad0c4a9c5c7d9f87
tree64c68f559235beac4628d906d9fc4d7772c4692f
parenta4cd98f6e64351478e6d5ca46eb4df0576bc53c5
Get the proxy module compiling again.  This is a hack to get past the
current compiler errors.  Basically, the core now puts the socket
in the conn_rec->conn_config vector.  The proxy grabs that socket and
uses it where it used to use the client_socket field from the conn_rec.
Long-term, all of the direct socket communication needs to be removed,
and this should go through a filter stack.  Short-term, this gets the
proxy working again.

I have tested http and connect, but I haven't looked at the FTP proxy,
although it does compile now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91952 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_connect.c
modules/proxy/proxy_ftp.c
modules/proxy/proxy_http.c
server/core.c