http-proxy: move proxy code to http_proxy.c
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Apr 2011 14:24:37 +0000 (16:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Apr 2011 17:38:00 +0000 (19:38 +0200)
commit02dbfa21921aded6bba292b99dd224fe450e7254
tree73794776eccad853522867c7c755b0bdeda3672f
parent9d1e914a56e8a4030d8917875eaedaddf5cff97c
http-proxy: move proxy code to http_proxy.c

The new http_proxy.* files now host HTTP proxy specific code (500+ lines
moved out from http.c), and as a consequence there is a macro introduced
for the Curl_proxyCONNECT() function so that code can use it without
actually supporting proxy (or HTTP) in builds.
lib/Makefile.inc
lib/Makefile.vc6
lib/ftp.c
lib/http.c
lib/http.h
lib/http_proxy.c [new file with mode: 0644]
lib/http_proxy.h [new file with mode: 0644]
lib/imap.c
lib/openldap.c
lib/pop3.c
lib/smtp.c