mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:57:15 +03:00
Andreas Rieke added extra infof() for when a connection is not re-used due to
SSL conditions not being the same
This commit is contained in:
parent
8162b32bad
commit
1f4c8c4f09
1 changed files with 4 additions and 0 deletions
|
|
@ -2047,6 +2047,10 @@ ConnectionExists(struct SessionHandle *data,
|
|||
ssl options as well */
|
||||
if(!Curl_ssl_config_matches(&needle->ssl_config,
|
||||
&check->ssl_config)) {
|
||||
infof(data,
|
||||
"Connection #%ld has different SSL parameters, "
|
||||
"can't reuse\n",
|
||||
check->connectindex );
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue