fix delete %header
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 2 Jun 2008 06:56:40 +0000 (06:56 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 2 Jun 2008 06:56:40 +0000 (06:56 +0000)
Header value wasn't deleted case-insensitively.  Because the alias was
still removed correctly, it usually worked, but as of recently producing
warnings in sendheaders().

Also, delete returned the original key (not documented anywhere).
Change this to always return the deleted value, matching the behaviour
of normal hashes and user expectation.


No differences found