mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
more "anything through http proxy tunnel" fixes
This commit is contained in:
parent
23f22bd53e
commit
0da7057591
3 changed files with 35 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue