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:
Daniel Stenberg 2007-01-28 22:45:22 +00:00
parent 8162b32bad
commit 1f4c8c4f09
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}
}