Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: hide os.ErrDeadlineExceeded with context.DeadlineExceeded only when ConnWriteTimeout is shorter #672

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

rueian
Copy link
Collaborator

@rueian rueian commented Nov 14, 2024

Resolves #671 due to the historical assumption that it is no longer held.

@rueian rueian marked this pull request as ready for review November 14, 2024 20:32
…hen ConnWriteTimeout is shorter

Co-authored-by: castaneai <[email protected]>
Signed-off-by: Rueian <[email protected]>
@rueian rueian force-pushed the align-iotimeout-to-os-error branch from 2f05d34 to f66375f Compare November 15, 2024 07:05
@rueian rueian changed the title fix: revert hiding os.ErrDeadlineExceeded with context.DeadlineExceeded fix: hide os.ErrDeadlineExceeded with context.DeadlineExceeded only when ConnWriteTimeout is shorter Nov 15, 2024
@rueian rueian merged commit 1c5e799 into main Nov 15, 2024
89 checks passed
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.

context.DeadlineExceeded is ambiguous.
1 participant