Sept. 20, 2011
11:38 a.m.
On 20 Sep 2011, at 13:17, Henrik Sperre Johansen wrote:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4 "Multiple message-header fields with the same field-name MAY be present in a message if and only if the entire field-value for that header field is defined as a comma-separated list [i.e., #(values)]. " Content-Length = "Content-Length" ":" 1*DIGIT
So technically, they're doing something illegal :)
Apparently, this has been an issue before: http://greenbytes.de/tech/httpbis/issue-95.xhtml http://trac.tools.ietf.org/wg/httpbis/trac/ticket/95 It would not be too hard to implement this compromise: Both Chrome and Mozilla seem to have settled on allowing multiple C-Ls if they're dups. Sven