url: Fixed connection re-use when using different log-in credentials
authorSteve Holme <steve_holme@hotmail.com>
Thu, 20 Feb 2014 23:51:36 +0000 (23:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Mar 2014 22:01:37 +0000 (23:01 +0100)
commit517b06d657aceb11a234b05cc891170c367ab80d
tree8b7b919e916f955f04367ad34b19340e37e9e930
parente798e6759b14f4020c63ec456f5c951043e891aa
url: Fixed connection re-use when using different log-in credentials

In addition to FTP, other connection based protocols such as IMAP, POP3,
SMTP, SCP, SFTP and LDAP require a new connection when different log-in
credentials are specified. Fixed the detection logic to include these
other protocols.

Bug: http://curl.haxx.se/docs/adv_20140326A.html
lib/http.c
lib/url.c
lib/urldata.h