cpython/Lib/wsgiref
Martin Panter ed0425c60a Issue #24291: Avoid WSGIRequestHandler doing partial writes
If the underlying send() method indicates a partial write, such as when the
call is interrupted to handle a signal, the server would silently drop the
remaining data.

Also add deprecated support for SimpleHandler.stdout.write() doing partial
writes.
2016-06-05 06:28:55 +00:00
..
__init__.py
handlers.py Issue #24291: Avoid WSGIRequestHandler doing partial writes 2016-06-05 06:28:55 +00:00
headers.py
simple_server.py Issue #24291: Avoid WSGIRequestHandler doing partial writes 2016-06-05 06:28:55 +00:00
util.py
validate.py