[issue24291] wsgiref.handlers.SimpleHandler truncates large output blobs

Martin Panter report at bugs.python.org
Sat Apr 9 08:22:16 EDT 2016


Martin Panter added the comment:

wfile-partial.patch tries to avoid partial writes in every relevant wfile.write() call I could find. Usually I do this by building a BufferedWriter around wfile.

I propose to apply my patch to 3.5 (if people think it is reasonable). For 3.6 I opened Issue 26721 to change the class used for wfile instead.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file42412/wfile-partial.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24291>
_______________________________________


More information about the Python-bugs-list mailing list