mirror of
https://github.com/curl/curl.git
synced 2026-08-01 17:50:28 +03:00
HTTPS-proxy: fixed mbedtls and polishing
This commit is contained in:
parent
49765cd75c
commit
c6da05a5ec
30 changed files with 159 additions and 135 deletions
|
|
@ -813,8 +813,10 @@ static int waitconnect_getsock(struct connectdata *conn,
|
|||
if(!numsocks)
|
||||
return GETSOCK_BLANK;
|
||||
|
||||
#ifdef USE_SSL
|
||||
if(CONNECT_FIRSTSOCKET_PROXY_SSL())
|
||||
return Curl_ssl_getsock(conn, sock, numsocks);
|
||||
#endif
|
||||
|
||||
for(i=0; i<2; i++) {
|
||||
if(conn->tempsock[i] != CURL_SOCKET_BAD) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue