Make Connection.isClosed return True on aborted connections.
The only difference between an aborted connection and a closed one is that packets sent just before aborting are pushed to the network before really closing the connection. But further sends must fail, and nothing should be received.
Showing
Please register or sign in to comment