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)
commitef49e23d88ab38660a664feac4e8c750a9993d78
treee833eedd3a92c6ef56383fab600774583c30741e
parent124dd5e224bc2d2cc8af5db6d9e3fc55ed1a8426
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