diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-29 19:06:48 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-29 19:06:48 +0000 |
commit | 4fef0d4f14dc3765e88a17fae3c4cd90fff89c33 (patch) | |
tree | 4cfd6d80dd60709441cd690781e7ae7137d1b2f1 /RELEASE-NOTES | |
parent | 89d6f580dc234999edce62242cbdd32e453d1bcb (diff) |
Fixed a bug that caused a few bytes of garbage to be sent after a
curl_easy_pause() during a chunky upload. Reported by Steve Roskowski.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2f2576ea4..3e418f20d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,7 @@ This release includes the following bugfixes: o CURLINFO_REDIRECT_URL memory leak and wrong-doing o case insensitive string matching works in Turkish too o Solaris builds get _REENTRANT defined properly and work again + o Garbage sent on chunky upload after curl_easy_pause() This release includes the following known bugs: @@ -56,6 +57,6 @@ advice from friends like these: Linus Nielsen Feltzing, Martin Drasar, Stefan Krause, Dmitry Kurochkin, Mike Revi, Andres Garcia, Michael Goffioul, Markus Moeller, Rob Crittenden, Jamie Lokier, Emanuele Bovisio, Maxim Ivanov, Ian Lynagh, Daniel Egger, - Igor Novoseltsev, John Wilkinson, Pascal Terjan + Igor Novoseltsev, John Wilkinson, Pascal Terjan, Steve Roskowski Thanks! (and sorry if I forgot to mention someone) |