digest fix

This commit is contained in:
Daniel Stenberg 2004-07-31 19:23:57 +00:00
parent 81c48aa43d
commit f2e35fad27
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,9 @@
Changelog Changelog
Daniel (31 July 2004)
- Joel Chen reported that the digest code assumed quotes around the contents a
bit too much.
Daniel (28 July 2004) Daniel (28 July 2004)
- Bertrand Demiddelaer fixed the host name to get setup properly even when a - Bertrand Demiddelaer fixed the host name to get setup properly even when a

View File

@ -20,6 +20,7 @@ This release includes the following changes:
This release includes the following bugfixes: This release includes the following bugfixes:
o HTTP Digest fix for properties without quotes in the header
o a bad Host: header case on re-used connections over proxy was fixed o a bad Host: header case on re-used connections over proxy was fixed
o a duplicate Host: header case on re-used connections was fixed o a duplicate Host: header case on re-used connections was fixed
o curl -o name#[num] now works when no globbing for [num] exists o curl -o name#[num] now works when no globbing for [num] exists
@ -67,6 +68,6 @@ advice from friends like these:
Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam, Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel, Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel,
Niels van Tongeren, Andrés García, Toby Peterson, Casey O'Donnell, Brian Niels van Tongeren, Andrés García, Toby Peterson, Casey O'Donnell, Brian
Akins, Bertrand Demiddelaer Akins, Bertrand Demiddelaer, Joel Chen
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)