We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe58e7 commit cd3c9a5Copy full SHA for cd3c9a5
lib/http/timeout/per_operation.rb
@@ -1,10 +1,6 @@
1
-require "resolv"
2
-
3
module HTTP
4
module Timeout
5
class PerOperation < Null
6
- HostResolver = ::Resolv::Hosts.new.tap(&:lazy_initialize)
7
8
CONNECT_TIMEOUT = 0.25
9
WRITE_TIMEOUT = 0.25
10
READ_TIMEOUT = 0.25
0 commit comments