Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not handle network error in SetCloseHandler()
The 666c197 added an error handling in `SetCloseHandler()` and peer stops getting `CloseError` when network issue like `write: broken pipe` happens because the close handle returns the error. Hence this patch changes to skip network error handling.
- Loading branch information