diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-25 20:20:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-25 20:20:15 +0000 |
commit | ed8cb57151bf0e08641024e1edadb6ba7c25a4a8 (patch) | |
tree | 5a9200d7404f4dff264d44e45fc0c5d094a85384 /RELEASE-NOTES | |
parent | 9bdb05b4d6aec79d5f6ef9a2627a746b368ec536 (diff) |
Sonia Subramanian brought our attention to a problem that happens if you set
the CURLOPT_RESUME_FROM or CURLOPT_RANGE options and an existing connection
in the connection cache is closed to make room for the new one when you call
curl_easy_perform(). It would then wrongly free range-related data in the
connection close funtion.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 99fddefe1..8e55ca805 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -50,6 +50,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, - James Housley, Daniel Black, Steve Little + James Housley, Daniel Black, Steve Little, Sonia Subramanian Thanks! (and sorry if I forgot to mention someone) |