https://github.com/python/cpython
Revision ed0425c60abe1b746b1ca5b4039984d2ad6583c4 authored by Martin Panter on 05 June 2016, 06:28:55 UTC, committed by Martin Panter on 05 June 2016, 06:28:55 UTC
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.
1 parent 889f914
History
Tip revision: ed0425c60abe1b746b1ca5b4039984d2ad6583c4 authored by Martin Panter on 05 June 2016, 06:28:55 UTC
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Tip revision: ed0425c
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 7.8 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 56.9 KB
README -rw-r--r-- 7.9 KB
aclocal.m4 -rw-r--r-- 8.3 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 463.7 KB
configure.ac -rw-r--r-- 151.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.8 KB
setup.py -rw-r--r-- 97.4 KB

README

back to top