Skip to content

Conversation

@byroot
Copy link
Member

@byroot byroot commented Sep 19, 2025

Fix: #254
Fix: #119
Ref: #119

Middlewares witness all network errors, but currently have no way of knowing whether the error is final or is about to be retried.

In many case, you do want to distinguish the two because a low number of transcient network errors can be expected.

…lewares.

Fix: #254
Fix: #119
Ref: #119

Middlewares witness all network errors, but currently have no way of
knowing whether the error is final or is about to be retried.

In many case, you do want to distinguish the two because a low number
of transcient network errors can be expected.
@byroot byroot merged commit a255066 into master Sep 23, 2025
28 checks passed
@byroot byroot mentioned this pull request Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken Pipe and EOFErrors

3 participants