Commit 1fddcb3f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- 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.
parent b723500a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment