Skip to content

Commit

Permalink
Stripped old resolv call that wasn't cleaned up as part of #195
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Anker authored and ixti committed Apr 6, 2015
1 parent 5e0fcc4 commit 6908994
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/http/timeout/per_operation.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
require "resolv"

module HTTP
module Timeout
class PerOperation < Null
HostResolver = ::Resolv::Hosts.new.tap(&:lazy_initialize)

CONNECT_TIMEOUT = 0.25
WRITE_TIMEOUT = 0.25
READ_TIMEOUT = 0.25
Expand Down

0 comments on commit 6908994

Please sign in to comment.