check ssl_config when re-use proxy connection
This commit is contained in:
parent
9d0d16d435
commit
1cdfdcde3b
@ -1298,7 +1298,7 @@ ConnectionExists(struct Curl_easy *data,
|
|||||||
if(check->proxy_ssl[FIRSTSOCKET].state != ssl_connection_complete)
|
if(check->proxy_ssl[FIRSTSOCKET].state != ssl_connection_complete)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
if(!Curl_ssl_config_matches(&needle->ssl_config,
|
if(!Curl_ssl_config_matches(&needle->ssl_config,
|
||||||
&check->ssl_config))
|
&check->ssl_config))
|
||||||
continue;
|
continue;
|
||||||
@ -1306,7 +1306,6 @@ ConnectionExists(struct Curl_easy *data,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(!canmultiplex && CONN_INUSE(check))
|
if(!canmultiplex && CONN_INUSE(check))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user