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.
M
Martin Panter committed
ed0425c60abe1b746b1ca5b4039984d2ad6583c4
Parent: 889f914