diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-23 13:56:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-23 13:56:45 +0000 |
commit | 1fddcb3f887c487a22b38082e651d24ae5865db2 (patch) | |
tree | 6a8d13da24e0dc3e22382940b07d1f5a8193e537 /RELEASE-NOTES | |
parent | b723500af0d52a4ae919e6f196efa8fbdd1bd783 (diff) |
- Bjorn Augustsson reported a bug which made curl not report any problems even
though it failed to write a very small download to disk (done in a single
fwrite call). It turned out to be because fwrite() returned success, but
there was insufficient error-checking for the fclose() call which tricked
curl to believe things were fine.
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 64e84e687..f4712133c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,7 @@ This release includes the following bugfixes: o never-pruned DNS cached entries o HTTP proxy tunnel re-used connection even if tunnel got disabled o SSL lib post-close write + o curl failed to report write errors for tiny failed downloads This release includes the following known bugs: @@ -35,6 +36,6 @@ advice from friends like these: Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis, Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman, - Marc Kleine-Budde, Jad Chamcham + Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson Thanks! (and sorry if I forgot to mention someone) |