[issue27682] wsgiref BaseHandler / SimpleHandler can raise additional errors when handling an error
Petter S
report at bugs.python.org
Mon Jul 22 14:17:19 EDT 2019
Petter S <petter.strandmark at gmail.com> added the comment:
No it is not fixed in Django, but I verified that adding ConnectionAbortedError on this line
https://github.com/django/django/blob/c6581a40be3bb4c1e13861f0adbb3fe01f09107f/django/core/servers/basehttp.py#L55
fixes the error.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27682>
_______________________________________
More information about the Python-bugs-list
mailing list