]> granicus.if.org Git - curl/commit
CONNECT: made generically not per-protocol
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Mar 2012 22:31:38 +0000 (23:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Mar 2012 22:31:38 +0000 (23:31 +0100)
commit41b02378342322aa8e264260057502f4d7493239
tree2c36f9555820464145d4153d00f24834c6df62e4
parentcabd010dd46ae4d37d91e20e1127cb00e67ec0a7
CONNECT: made generically not per-protocol

Curl_protocol_connect() now does the tunneling through the HTTP proxy if
requested instead of letting each protocol specific connection function
do it.
lib/ftp.c
lib/http.c
lib/imap.c
lib/openldap.c
lib/pop3.c
lib/smtp.c
lib/ssh.c
lib/url.c