]> granicus.if.org Git - python/commit
Issue #3839: wsgiref should not override a Content-Length header set by
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Jan 2011 17:17:04 +0000 (17:17 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Jan 2011 17:17:04 +0000 (17:17 +0000)
commitb715fac819fadf56dc8ae0a7769e20ec053baa6d
tree63548aa14a5790075cdbceefd7a7522e86e2129d
parentf1397ad3999b9a12b47ecc17ba2c7b5bce0a9f2e
Issue #3839: wsgiref should not override a Content-Length header set by
the application.  Initial patch by Clovis Fabricio.
Lib/test/test_wsgiref.py
Lib/wsgiref/handlers.py
Misc/ACKS
Misc/NEWS