Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presently, if the tcp session to the server closes, we will emit broken pipe errors potentially until we reach ConnMaxLifetime. Since EPIPE means that the tcp session is dead (ie we received a RST packet from the server), there is no point in attempting to proceed past that point: set the connection as closed.
- Loading branch information