aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-17 13:49:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-17 13:49:58 +0000
commit3458ce9ae55779f7409dabd82ce2efb73b03eea3 (patch)
treec74d8da85664a3c0c7871f5e196c57eac6aa7220 /RELEASE-NOTES
parentba3e7a8656d90152eafacc82486c9e8cd6671fc1 (diff)
- Jerome Muffat-Meridol helped me fix Curl_done() to close the current
connection by force when it was called before the entire request is completed, simply because we can't know if the connection really can be re-used safely at that point.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES8
1 files changed, 5 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9f373eb0f..913e147a0 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -20,8 +20,10 @@ This release includes the following bugfixes:
o GnuTLS-built libcurl failed when doing global cleanup and reinit
o error message problem when unable to resolve a host on Windows
o Accept: header replacing
- o not verificating server certs with gnutls still failed if gnutls had problems
- with the cert
+ o not verificating server certs with GnuTLS still failed if gnutls had
+ problems with the cert
+ o when using the multi interface and a handle is removed while still having
+ a transfer going on, the connection is now closed by force
This release includes the following known bugs:
@@ -39,6 +41,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Michal Marek, Dmitry Kurochkin, Niklas Angebrand, Günter Knauf, Yang Tse,
- Dan Fandrich, Mike Hommey, Pooyan McSporran
+ Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol
Thanks! (and sorry if I forgot to mention someone)