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)
commit4b924b1351d4a8ea42652533081a3ea62df110e4
treefad7eda385b18532281bb11663a32296f41825f5
parentb485fa6bb934e79d44a1be1b5e41e31f4e7129b1
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.
Changes
TODO
lib/PLP.pm
lib/PLP/Fields.pm
lib/PLP/Functions.pm