]> granicus.if.org Git - curl/commit
url: if Curl_done is premature then pipeline not in use
authorAnders Bakken <agbakken@gmail.com>
Tue, 1 Mar 2016 22:52:38 +0000 (14:52 -0800)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 1 Mar 2016 23:55:04 +0000 (18:55 -0500)
commit3c2ef2a610814028a8dc9469b350d291327c673f
tree718c6fadc4fb4d80b128bd0deb42a293e621888f
parentd678bd6f60219ad95f709587ddfee2d4943abba1
url: if Curl_done is premature then pipeline not in use

Prevent a crash if 2 (or more) requests are made to the same host and
pipelining is enabled and the connection does not complete.

Bug: https://github.com/curl/curl/pull/690
lib/url.c