From: jongfoster Date: Thu, 7 Jun 2001 23:11:38 +0000 (+0000) Subject: Removing gateways[] list - no longer used. X-Git-Tag: v_2_9_9~364 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=783be2b9ef40292f3c68391d8ab4b89babe9b8f5;hp=783be2b9ef40292f3c68391d8ab4b89babe9b8f5 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. ---