diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-10-20 13:11:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-10-20 13:12:02 +0200 |
commit | 1399c3da0db131ad67db701573a1390da29e3a2a (patch) | |
tree | 2f06b5f7e8501e54349b63ee4ceaa468ab51272f /docs/KNOWN_BUGS | |
parent | ff0a295cdbc9cf95db0c364ede5cca4063ba2882 (diff) |
KNOWN_BUGS: #74 fixed
Multiple auths in the same WWW-Authenticate header
Fixed in commit 7d81e3f7193b8c
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 96478917d..a05128446 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -12,12 +12,6 @@ may have been fixed since this was written! http://curl.haxx.se/mail/lib-2009-10/0024.html http://curl.haxx.se/bug/view.cgi?id=2944325 -74. The HTTP spec allows headers to be merged and become comma-separated - instead of being repeated several times. This also include Authenticate: and - Proxy-Authenticate: headers and while this hardly every happens in real life - it will confuse libcurl which does not properly support it for all headers - - like those Authenticate headers. - 73. if a connection is made to a FTP server but the server then just never sends the 220 response or otherwise is dead slow, libcurl will not acknowledge the connection timeout during that phase but only the "real" |