Disconnect user on ConnectionResetError
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 22 Nov 2017 23:09:10 +0000 (23:09 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 22 Nov 2017 23:09:10 +0000 (23:09 +0000)
commitb22b47a953cf1f5ed3c14ee3c17806a8d85bc005
treee833eedd3a92c6ef56383fab600774583c30741e
parent12b6cc52a74bc3f6dd5f510fc20c2a3e00818802
Disconnect user on ConnectionResetError

If sending to a user's socket results in a connection reset
response, treat this as the same as a broken pipe and clean up the
session.
mudpy/misc.py