CURLOPT_FORBID_REUSE works again with a cleaned up order of doing things in

Curl_done()
This commit is contained in:
Daniel Stenberg
2006-12-05 15:17:32 +00:00
parent 318a8258fd
commit 4c65eb0af8
3 changed files with 8 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ This release includes the following bugfixes:
o CPU 100% load when HTTP upload connection broke
o active FTP didn't work with multi interface
o curl_getdate() could be off one hour for TZ time zones with DST, on windows
o CURLOPT_FORBID_REUSE works again
Other curl-related news:
@@ -46,6 +47,6 @@ advice from friends like these:
James Housley, Olaf Stueben, Yang Tse, Gisle Vanem, Bradford Bruce,
Ciprian Badescu, Dmitriy Sergeyev, Nir Soffer, Venkat Akella, Toon Verwaest,
Matt Witherspoon, Alexey Simak, Martin Skinner
Matt Witherspoon, Alexey Simak, Martin Skinner, Sh Diao
Thanks! (and sorry if I forgot to mention someone)