]> granicus.if.org Git - curl/commit
multi: close connection on timeout
authorMike Crowe <mac@mcrowe.com>
Fri, 18 Feb 2011 22:19:14 +0000 (23:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Feb 2011 22:19:14 +0000 (23:19 +0100)
commitc4369f34b9b493cbed4e7bcafa77614e9d55055d
tree0b905a8fedb2f7360cae9fbc8c959e05e384e21e
parentd85cae922575d8966529fee364e6d611e3062a99
multi: close connection on timeout

After a request times out, the connection wasn't properly closed and
prevented to get re-used, so subsequent transfers could still mistakenly
get to use the previously aborted connection.
lib/multi.c