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.

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to