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:
6
CHANGES
6
CHANGES
@@ -6,6 +6,12 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Daniel S (10 Jan 2008)
|
||||
- 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.
|
||||
|
||||
Daniel S (8 Jan 2008)
|
||||
- Introducing curl_easy_pause() and new magic return codes for both the read
|
||||
and the write callbacks that now can make a connection's reading and/or
|
||||
|
||||
Reference in New Issue
Block a user