output multiline %headers as multiple headers of the same name
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 29 May 2008 21:47:57 +0000 (21:47 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 19:47:25 +0000 (19:47 +0000)
Allowing repeated HTTP headers (RFC2616 ยง4.2) even though this didn't
add much value afterall (one may also use commas).  It does prevent
(accidentally) malformed header values though, as most servers don't
seem to handle continuation lines.


No differences found