mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:03:43 +03:00
bugfixed the proxytunnel
This commit is contained in:
parent
96009453e8
commit
00eaf20298
2 changed files with 9 additions and 11 deletions
|
|
@ -146,7 +146,7 @@ CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket,
|
|||
int httperror=0;
|
||||
int subversion=0;
|
||||
|
||||
infof(data, "Establish HTTP proxy tunnel\n");
|
||||
infof(data, "Establish HTTP proxy tunnel to %s:%d\n", hostname, remote_port);
|
||||
|
||||
/* OK, now send the connect statment */
|
||||
sendf(tunnelsocket, data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue