mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
parent
946ce5b61f
commit
8ea5d41fe0
11 changed files with 31 additions and 35 deletions
|
|
@ -206,7 +206,7 @@ static CURLcode CONNECT(struct connectdata *conn,
|
|||
char *host_port;
|
||||
Curl_send_buffer *req_buffer;
|
||||
|
||||
infof(data, "Establish HTTP proxy tunnel to %s:%hu\n",
|
||||
infof(data, "Establish HTTP proxy tunnel to %s:%d\n",
|
||||
hostname, remote_port);
|
||||
|
||||
/* This only happens if we've looped here due to authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue