[Web-SIG] Multiple message-header fields handling

Phillip J. Eby pje at telecommunity.com
Tue Oct 2 22:36:47 CEST 2007


At 10:03 PM 10/2/2007 +0200, Manlio Perillo wrote:
>Manlio Perillo ha scritto:
> > [...]
> > As an example Nginx stores all the headers in a associative array,
> > where, of course, only the "last seen" headers appears.
> >
>
>A correction: Nginx stores "raw" headers in a list of key/value pairs,
>and not in an associative array.
>
>This means that when I iterate over the headers, I see all the multiple
>message-headers, but I only store the last header in the WSGI environment.

That's definitely an error.



More information about the Web-SIG mailing list