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

On Send fail report Received error; Add MSG_NOSIGNAL #43

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

moticless
Copy link
Collaborator

@moticless moticless commented Mar 17, 2024

  • If error occurred while writing to the server. In this case the function
    will try to read replies from the server. Maybe one of the replies will
    contain an error message that explains why write got failed.

  • Ignore SIGPIPE signal on write. Replaced writev() with sendmsg().

* If error occurred while writing to the server. In this case
the function will try to read replies from the server.
Maybe one of the replies will contain an error message that
explains why write got failed.

* Ignore SIGPIPE signal on write (Replace writev() with sendmsg())
@moticless moticless merged commit 3db691a into redis:main Apr 9, 2024
2 checks passed
@moticless moticless deleted the report-received-err branch April 9, 2024 13:14
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.

None yet

2 participants