Actions
Feature #5100
closedallow configurable timeouts in resolv.rb
Description
Currently the resolv.rb timeouts are hard-coded and too high for some
users. It would be nice to have an easy way of timing out DNS requests without
resorting to the innefficient and potentially dangerous "timeout" library.
Files
Updated by normalperson (Eric Wong) over 13 years ago
- File 0001-lib-resolv.rb-Resolv-DNS-implement-configurable-time.patch 0001-lib-resolv.rb-Resolv-DNS-implement-configurable-time.patch added
I've added a timeouts= instance method to Resolv::DNS. I'm unsure about
the API, but it should be usable (test case included).
Also pullable via git:
git pull git://bogomips.org/ruby resolv-timeout
Updated by akr (Akira Tanaka) over 13 years ago
- Assignee set to akr (Akira Tanaka)
Updated by akr (Akira Tanaka) about 13 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r33504.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/resolv.rb: make timeout configurable for DNS query.
patch by Eric Wong. [ruby-core:38533] [Feature #5100]
Actions
Like0
Like0Like0Like0