- Bjorn Augustsson reported a bug which made curl not report any problems even
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2009 13:56:45 +0000 (13:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2009 13:56:45 +0000 (13:56 +0000)
commit1fddcb3f887c487a22b38082e651d24ae5865db2
tree6a8d13da24e0dc3e22382940b07d1f5a8193e537
parentb723500af0d52a4ae919e6f196efa8fbdd1bd783
- 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.
CHANGES
RELEASE-NOTES
src/main.c