- 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.
This commit is contained in:
Daniel Stenberg
2009-11-23 13:56:45 +00:00
parent b723500af0
commit 1fddcb3f88
3 changed files with 26 additions and 5 deletions

View File

@@ -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)