From: Mischa POSLAWSKY Date: Thu, 29 May 2008 21:47:57 +0000 (+0000) Subject: output multiline %headers as multiple headers of the same name X-Git-Tag: 3.21~13 X-Git-Url: http://git.shiar.net/gitweb.cgi/perl/plp/.git/commitdiff_plain/4b924b1351d4a8ea42652533081a3ea62df110e4?hp=4b924b1351d4a8ea42652533081a3ea62df110e4 output multiline %headers as multiple headers of the same name 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. ---