Skip to content

Commit a8448d3

Browse files
author
Zach Anker
committed
Stripped old resolv call that wasn't cleaned up as part of #195
1 parent f0c2b2d commit a8448d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/http/timeout/per_operation.rb

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
require "resolv"
2-
31
module HTTP
42
module Timeout
53
class PerOperation < Null
6-
HostResolver = ::Resolv::Hosts.new.tap(&:lazy_initialize)
7-
84
CONNECT_TIMEOUT = 0.25
95
WRITE_TIMEOUT = 0.25
106
READ_TIMEOUT = 0.25

0 commit comments

Comments
 (0)