]> granicus.if.org Git - python/commit
Issue #16088: BaseHTTPRequestHandler's send_error method includes a
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 11 Oct 2012 06:16:21 +0000 (23:16 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 11 Oct 2012 06:16:21 +0000 (23:16 -0700)
commit52d27204990775bddd2868b093f33d2fda842fac
tree0fac4a7c7cbcb187154932f2249742f02cb0d3d0
parentec7c16d2b47e837cb5692de8fc47e0276e9773f8
Issue #16088: BaseHTTPRequestHandler's send_error method includes a
Content-Length header.  Patch by Antoine Pitrou.
Doc/library/http.server.rst
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS