lib/httpx/resolver/resolver.rb in httpx-1.2.6 vs lib/httpx/resolver/resolver.rb in httpx-1.3.0
- old
+ new
@@ -31,10 +31,10 @@
attr_writer :pool
def initialize(family, options)
@family = family
@record_type = RECORD_TYPES[family]
- @options = Options.new(options)
+ @options = options
end
def close; end
alias_method :terminate, :close