]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 May 2019 17:52:40 +0000 (10:52 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 1 May 2019 17:52:40 +0000 (20:52 +0300)
commit47ffc1a9f6fab1c17cdcc325d4af066317369ed7
treea68c52cf86248755127ac50b1800f9d6ecca195b
parent5f5b187bfa17254f5ae55593820fc938c45c2b32
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)

(cherry picked from commit 3d37ea25dc97e4cb024045581979570835deb13c)

Co-authored-by: Petter Strandmark <petter.strandmark@gmail.com>
Lib/test/test_wsgiref.py
Lib/wsgiref/handlers.py
Misc/NEWS.d/next/Library/2018-10-05-16-01-00.bpo-34547.abbaa.rst [new file with mode: 0644]