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 _______________________________________________ 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