Removing gateways[] list - no longer used.
authorjongfoster <jongfoster@users.sourceforge.net>
Thu, 7 Jun 2001 23:11:38 +0000 (23:11 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Thu, 7 Jun 2001 23:11:38 +0000 (23:11 +0000)
commit783be2b9ef40292f3c68391d8ab4b89babe9b8f5
tree15c6d91df7718a325ca2b1a18c4532b55defb6ce
parent4e320928f3143d290a84f35fb27edc743485baec
Removing gateways[] list - no longer used.
Replacing function pointer in struct gateway with a directly
called function forwarded_connect(), which can do the common
task of deciding whether to connect to the web server or HTTP
proxy.
Replacing struct gateway with struct forward_spec
Fixing bug with SOCKS4A and HTTP proxy server in combination.
It was a bug which led to the connection being made to the web
server rather than the HTTP proxy, and also a buffer overrun.
gateway.c