zopefoundation / zope.publisher

Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects
Other
3 stars 12 forks source link

Response headers are in random order #8

Closed mgedmin closed 8 years ago

mgedmin commented 8 years ago

HTTPResponse.getHeaders() returns a list of headers in dictionary-internal order. This causes problems like https://github.com/zopefoundation/zope.app.publication/issues/3.