diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-03 08:47:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-03 08:47:53 +0000 |
commit | 82412f218fe6809288c718c5b43b9675eb2856f5 (patch) | |
tree | fbd25f4a9a4be0c1879c9cc29643caebc9cc574f /RELEASE-NOTES | |
parent | 7c648782bc7c97be81c619acd8598c38b59c5832 (diff) | |
download | curl-82412f218fe6809288c718c5b43b9675eb2856f5.tar.gz |
Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
response codes. Previously libcurl would hang on such occurances. I added
test case 1033 to verify.
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 0b87536fe..37c990ffb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,6 +29,7 @@ This release includes the following bugfixes: o range requests with --head are now done correctly o fallback to gettimeofday when monotonic clock is unavailable at run-time o range numbers could be made to wrongly get output as signed + o unexpected 1xx responses hung transfers This release includes the following known bugs: @@ -48,7 +49,7 @@ advice from friends like these: Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich, Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May, Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen, - Rolland Dudemaine + Rolland Dudemaine, Phil Blundell Thanks! (and sorry if I forgot to mention someone) |