]> granicus.if.org Git - python/commit
Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on...
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 21 Nov 2010 14:36:14 +0000 (14:36 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 21 Nov 2010 14:36:14 +0000 (14:36 +0000)
commite4dad4f8e239be6d9d1fd3e5398584a7d2a14edb
treeff6526bd9de4fe65ec484ca7f5e0fd029b858897
parenta73dc9d5e8ba2320a5aebf8c24ab665ccdfed5f8
Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call.
Doc/library/http.server.rst
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS