Project

General

Profile

ActionsLike0

Feature #17134

open

Add resolv_timeout to TCPSocket

Added by Glass_saga (Masaki Matsushita) over 4 years ago. Updated over 2 years ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:99766]

Description

Add resolve_timeout to TCPSocket.new.
It makes DNS timeout customizable in the same way as Socket.tcp.

https://github.com/ruby/ruby/pull/3472


Files

resolv_timeout.patch (6.07 KB) resolv_timeout.patch Glass_saga (Masaki Matsushita), 08/29/2020 05:26 AM

Related issues 4 (1 open3 closed)

Related to Ruby - Feature #16381: Accept resolv_timeout in Net::HTTPOpenActions
Related to Ruby - Feature #17187: Add connect_timeout to TCPSocketClosedGlass_saga (Masaki Matsushita)Actions
Related to Ruby - Bug #17220: Rails Active Job integration test fails with Ruby 3.0.0 since 2038cc6cab6ceeffef3ec3a765c70ae684f829edClosedGlass_saga (Masaki Matsushita)Actions
Related to Ruby - Feature #16476: Socket.getaddrinfo cannot be interrupted by Timeout.timeoutClosedGlass_saga (Masaki Matsushita)Actions

Updated by ko1 (Koichi Sasada) over 4 years ago

Could you describe API changes more?

Updated by Glass_saga (Masaki Matsushita) over 4 years ago

  • Target version changed from 36 to 3.0

It receives resolv_timeout as a keyword argument to specify name resolution timeout.

Example:

# it raises SocketError if name resolution is not finished within resolve_timeout.
tcp_socket = TCPSocket.new("example.com", 80, resolv_timeout: 10)
Like0Actions #5

Updated by Glass_saga (Masaki Matsushita) over 4 years ago

  • Status changed from Open to Closed

Applied in changeset git|511fe23fa2bdf1f17faa91e0558be47b5bb62b2a.


Add resolve_timeout to TCPSocket [Feature #17134]

Like0Actions #10

Updated by hsbt (Hiroshi SHIBATA) over 2 years ago

  • Status changed from Open to Closed

Applied in changeset git|c8bfbbc25e4bc7c3ff59fae40471923a2793ba48.


Removed documentation for incomplete option about [Feature #17134]

ActionsLike0

Also available in: Atom PDF