On Sun, Apr 07, 2019 at 04:45:53PM -0400, John Cowan wrote:
> (By the way, are multiple headers with the same name in the request being
> merged correctly by the existing code? The spec says that such headers are
> only allowed if the value's type is "comma-separated list", in which case
> they must be merged in first-to-last order. I just discovered this.)
In Intarweb a header parser is either "single" or "multiple". If it's
multiple, it can be comma-separated and headers are merged first to last,
as you say.
Cheers,
Peter