diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-13 13:14:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-13 13:14:21 +0000 |
commit | cd59f13da6d70437cac83ca81440a6444c6918d1 (patch) | |
tree | de08035c39f250afd04b7abcc8250019ede46efa /CHANGES | |
parent | 11d718bf52bec840812ed734e612220d736a16cc (diff) |
Guenole Bescon's bug found on march 8 is added
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -61,9 +61,18 @@ Daniel (12 March 2001) to fix the test servers to get all the test cases do OK. Daniel (8 March 2001) +- Guenole Bescon reported that libcurl did output errors to stderr even if + MUTE and NOPROGRESS was set. It turned out to be a bug and happens if + there's an error and no ERRORBUFFER is set. This is now corrected. + +Version 7.7-beta1 + +Daniel (8 March 2001) - "Transfer-Encoding: chunked" is no longer any trouble for libcurl. I've added two source files and I've run some test downloads that look fine. +- HTTP HEAD works too, even on 1.1 servers. + Daniel (5 March 2001) - The current 57 test cases now pass OK. It would suggest that libcurl works using the old-style with one connection per handle. The test suite doesn't |