diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-27 13:51:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-27 13:51:20 +0000 |
commit | b3272fd79962d3ba758ba98ede3b73990882d33e (patch) | |
tree | f7bd08f4b537b5a2cb42d19332b4f6dbac85ac7b /RELEASE-NOTES | |
parent | fa31335926f1a543ccb88471dc57e41110f09ebb (diff) |
HTTP Digest header parsing fix
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 e36104253..8a9e2f02c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,6 +35,7 @@ This release includes the following bugfixes: o several HTTP pipelining problems o HTTP CONNECT thru a proxy is now less blocking when the multi interface is used + o HTTP Digest header parsing fix for unquoted last word ending with CRLF This release includes the following known bugs: @@ -55,6 +56,6 @@ advice from friends like these: Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev, Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett, Michal Marek, Robson Braga Araujo, Ian Turner, Linus Nielsen Feltzing, - Ravi Pratap, Adam D. Moss + Ravi Pratap, Adam D. Moss, Jose Kahan Thanks! (and sorry if I forgot to mention someone) |