]> granicus.if.org Git - curl/commit
Using the multi interface, and doing a requsted a re-used connection that
authorDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 22:31:06 +0000 (22:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 22:31:06 +0000 (22:31 +0000)
commit8dbaf534c89764100028137c3633f9fc6d38a5bd
treeffba7c7f72953e4b0c6630f110eb8d10fa1b2387
parent91f483c59144b4630699bbf260a431ac071e963b
Using the multi interface, and doing a requsted a re-used connection that
gets closed just after the request has been sent failed and did not re-issue
a request on a fresh reconnect like the easy interface did. Now it does!
(define CURL_MULTIEASY, run test case 160)
CHANGES
lib/multi.c
lib/transfer.c
lib/transfer.h