]> granicus.if.org Git - curl/commit
multi: on a request completion, check all CONNECT_PEND transfers
authorDaniel Stenberg <daniel@haxx.se>
Sat, 21 Mar 2015 21:42:43 +0000 (22:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Mar 2015 07:14:22 +0000 (08:14 +0100)
commit318ad8d767a982b33c828d08bf9eddb5b32d21df
treea215a5cf0d7d3e4f2b6decdd277f45eb6646cf58
parent83835f7185217416d18e3c54109016a78a71d492
multi: on a request completion, check all CONNECT_PEND transfers

... even if they don't have an associated connection anymore. It could
leave the waiting transfers pending with no active one on the
connection.

Bug: http://curl.haxx.se/bug/view.cgi?id=1465
Reported-by: Jiri Dvorak
lib/multi.c