Skip to content

Conversation

@eugeneius
Copy link

Fixes #2.

This method takes a connect_timeout keyword argument since Ruby 3.0, which needs to be passed through to the original implementation.

This method takes a connect_timeout keyword argument since Ruby 3.0,
which needs to be passed through to the original implementation.
@genya0407
Copy link

net-http started to pass open_timeout argument to TCPSocket#initialize without exception handlings since 0.9.0.
ruby/net-http#252

Because of this, we can't use resolv-replace along with net-http 0.9.0.

This is a blocker for our team to upgrade net-http.

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.

Signature of TCPSocket initializer doesn't match standard library signature

2 participants