Commit 1f4c8c4f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andreas Rieke added extra infof() for when a connection is not re-used due to

SSL conditions not being the same
parent 8162b32b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
          }
        }