Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress ClientConnectionResetError when returning logs
When client requests (or more often follows) some busy logs and closes the connection while the StreamWriter tries to write into it, an exception is raised. This should be harmless, and unless there's another way to handle this gracefully (I'm not aware of), then it should be safe to ignore the exception in this context.
- Loading branch information