Nikitinskit Dmitriy filed bug report #1868255

(http://curl.haxx.se/bug/view.cgi?id=1868255) with a patch. It identifies
and fixes a problem with parsing WWW-Authenticate: headers with additional
spaces in the line that the parser wasn't written to deal with.
This commit is contained in:
Daniel Stenberg
2008-01-10 09:17:07 +00:00
parent bce5ae9a07
commit 0ce484eed9
3 changed files with 11 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ This release includes the following bugfixes:
o --libcurl now generates a return statement as well
o socklen_t is no longer used in the public includes
o time zone offsets from -1400 to +1400 are now accepted by the date parser
o allows more spaces in WWW/Proxy-Authenticate: headers
This release includes the following known bugs: