mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
parent
8399d89360
commit
bbe3aa9f88
24 changed files with 597 additions and 564 deletions
|
|
@ -58,7 +58,7 @@ static CURLcode https_proxy_connect(struct connectdata *conn, int sockindex)
|
|||
if(!conn->bits.proxy_ssl_connected[sockindex]) {
|
||||
/* perform SSL initialization for this socket */
|
||||
result =
|
||||
Curl_ssl_connect_nonblocking(conn, sockindex,
|
||||
Curl_ssl_connect_nonblocking(conn->data, conn, sockindex,
|
||||
&conn->bits.proxy_ssl_connected[sockindex]);
|
||||
if(result)
|
||||
/* a failed connection is marked for closure to prevent (bad) re-use or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue