We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c2b2d commit a8448d3Copy full SHA for a8448d3
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