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)
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.


No differences found