]> granicus.if.org Git - python/commit
Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 9 May 2011 15:25:02 +0000 (23:25 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 9 May 2011 15:25:02 +0000 (23:25 +0800)
commitc7ae19b6a7cf819d5646f2c88c5dd6e2c244939d
treef57fd821f8b18ada6e40a25e141d3cfa1eddda2a
parent87cf220972c9cb400ddcd577962883dcc5dca51a
Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
sending of headers to output stream and flushing the internal headers buffer.
Patch contribution by Andrew Schaaf
Doc/library/http.server.rst
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS