diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-04 21:52:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-04 21:52:58 +0000 |
commit | 95362af43c6ab478e21a777c29eb98c8e093a0b2 (patch) | |
tree | 09dcada4a92d368f10130943d1a9d6f19921c4f8 /docs/KNOWN_BUGS | |
parent | d14bf09ab8ca502a7d3b5d863d84efc1dfa0ad58 (diff) |
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.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 76a15529f..3982dc4ec 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,12 @@ join in and help us correct one or more of these! Also be sure to check the changelog of the current development status, as one or more of these problems may have been fixed since this was written! +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" |