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

transport(tcp): better error reporting on timeout #425

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

csegarragonz
Copy link
Collaborator

Turns out there is a situation in which a blocking socket returns EAGAIN or EWOULDBLOCK. This is when the socket is configured with SO_SNDTIMEO and the operation times-out.

We amend the error logging to inform of it accordignly.

Turns out there is a situation in which a blocking socket returns EAGAIN
or EWOULDBLOCK. This is when the socket is configured with SO_SNDTIMEO
and the operation times-out.

We amend the error logging to inform of it accordignly.
@csegarragonz csegarragonz merged commit d1c0f96 into main Apr 16, 2024
3 checks passed
@csegarragonz csegarragonz deleted the send-timeout branch April 16, 2024 17:13
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.

1 participant