[Web-SIG] Multiple message-header fields handling

Manlio Perillo manlio_perillo at libero.it
Tue Oct 2 22:03:50 CEST 2007


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.

 > [...]


Regards  Manlio Perillo


More information about the Web-SIG mailing list