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 error discarding and clobbering in Control funcs #102

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

anacrolix
Copy link
Contributor

Both sockopt and control errors can't exist at the same time, but control errors should occur first, and so are given precedence.

Fixes #101

Both sockopt and control errors can't exist at the same time, but control errors should occur first, and so are given precedence.

Fixes libp2p#101
@marten-seemann marten-seemann merged commit 28dc065 into libp2p:master Apr 25, 2023
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.

Control implementations don't do error handling correctly
2 participants