[issue34547] Wsgiref server does not handle closed connections gracefully

Karthikeyan Singaravelan report at bugs.python.org
Fri Oct 12 02:30:54 EDT 2018


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Thanks for the report and PR. I think this is the same as issue27682. I noticed the same during running `make serve` locally for documentation and it's worth fixing. I am just wondering if it makes sense to fix the TypeError and AttributeError too. Also I couldn't see any tests for this and I don't know if it's possible to test this scenario.

I will leave it to the reviewer to close this and raise PR against issue27682 or continue discussion here.

Thanks again!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34547>
_______________________________________


More information about the Python-bugs-list mailing list