ConnectionExists: Fix reuse for TLS upgraded connections
authorSteve Holme <steve_holme@hotmail.com>
Sun, 11 Dec 2011 16:03:08 +0000 (16:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 Dec 2011 23:32:47 +0000 (00:32 +0100)
commit1259ccf747498b7cc2c29a202645ed240fee167e
tree55e6f91e3fd5c4fcaf0c61d07ca3bc14e0ae1a90
parent07e3b7512c9a2723daac046501c7ea40ede4bd28
ConnectionExists: Fix reuse for TLS upgraded connections

Fixed the connection reuse detection in ConnectionExists() when
comparing a new connection that is non-SSL based against that of a SSL
based connection that has become so by being upgraded via TLS.
lib/url.c