more "anything through http proxy tunnel" fixes

This commit is contained in:
Daniel Stenberg 2000-09-15 06:10:52 +00:00
parent 23f22bd53e
commit 0da7057591
3 changed files with 35 additions and 13 deletions

View file

@ -42,7 +42,8 @@
****************************************************************************/
/* ftp can use this as well */
CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket);
CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket,
char *hostname, int remote_port);
/* protocol-specific functions set up to be called by the main engine */
CURLcode http(struct connectdata *conn);