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

Fall back to SocketError unless Socket::ResolutionError is defined #23

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

shioimm
Copy link
Contributor

@shioimm shioimm commented Nov 29, 2023

The following PR changes cause Socket::ResolutionError, a subclass of SocketError, to be raised in this test case. ruby/ruby#9018
In this repository, make it fall back to SocketError if it is not defined.

The following PR changes cause Socket::ResolutionError, a subclass of SocketError, to be raised in this test case.
ruby/ruby#9018
In this repository, make it fall back to SocketError if it is not defined.
@hsbt hsbt merged commit 89c63b3 into ruby:master Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants