diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-03 11:01:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-03 11:01:24 +0000 |
commit | ee73fc361ba33a2c6308bac1a75e3c0b8fe639eb (patch) | |
tree | 44ff25c18d7e3e5bcbf8b2e17dfda96f4e7cd73f /RELEASE-NOTES | |
parent | e84dbd28dbb28414356819131fc119f5cc12cc41 (diff) |
- David James brought a patch that make libcurl close (all) dead connections
whenever you attempt to open a new connection.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index badec7854..2dc9daf81 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,7 +9,8 @@ Curl and libcurl 7.19.5 This release includes the following changes: - o + o libcurl now closes all dead connections whenever you attempt to open a new + connection This release includes the following bugfixes: @@ -22,6 +23,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - + David James Thanks! (and sorry if I forgot to mention someone) |