]> granicus.if.org Git - curl/commit
Curl_disconnect: treat all CONNECT_ONLY connections as "dead"
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Apr 2019 14:58:27 +0000 (16:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 Apr 2019 10:40:45 +0000 (12:40 +0200)
commite06b8bdae6a6e552d7430c00853d18b9378eac29
treec661785fe2d2a72fe8c444f29dda8a3315a347f1
parent31c3111284524bba68acf2695624f5b3501f1ad0
Curl_disconnect: treat all CONNECT_ONLY connections as "dead"

Since the connection has been used by the "outside" we don't know the
state of it anymore and curl should not use it anymore.

Bug: https://curl.haxx.se/mail/lib-2019-04/0052.html

Closes #3795
lib/url.c