summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetter Strandmark <petter.strandmark@gmail.com>2019-05-01 17:32:15 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2019-05-01 17:32:15 (GMT)
commit3d37ea25dc97e4cb024045581979570835deb13c (patch)
treee853f9899517613c1b01f41e7ec4811a24933d8c /Misc
parent18029d80bde1743da6900600633f0fa54d7c1044 (diff)
downloadcpython-3d37ea25dc97e4cb024045581979570835deb13c.zip
cpython-3d37ea25dc97e4cb024045581979570835deb13c.tar.gz
cpython-3d37ea25dc97e4cb024045581979570835deb13c.tar.bz2
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-05-16-01-00.bpo-34547.abbaa.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-05-16-01-00.bpo-34547.abbaa.rst b/Misc/NEWS.d/next/Library/2018-10-05-16-01-00.bpo-34547.abbaa.rst
new file mode 100644
index 0000000..7b63c05
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-10-05-16-01-00.bpo-34547.abbaa.rst
@@ -0,0 +1,2 @@
+:class:`wsgiref.handlers.BaseHandler` now handles abrupt client connection
+terminations gracefully. Patch by Petter Strandmark.