[issue25818] If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server.
New submission from Isaac Dickinson: This makes it a nightmare to figure out why your connections are abruptly closing. It should print an error at least. -- components: asyncio files: broken.py messages: 256081 nosy: SunDwarf, gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server. versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file41265/broken.py ___ Python tracker <http://bugs.python.org/issue25818> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue25818] asyncio: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server.
Changes by Isaac Dickinson : -- title: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server. -> asyncio: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server. ___ Python tracker <http://bugs.python.org/issue25818> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue25818] asyncio: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server.
Isaac Dickinson added the comment: I completely forgot asyncio has a debug mode. Ignore this. -- resolution: -> not a bug ___ Python tracker <http://bugs.python.org/issue25818> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com