lib/httpx/resolver/https.rb in httpx-0.18.6 vs lib/httpx/resolver/https.rb in httpx-0.18.7

- old
+ new

@@ -27,10 +27,10 @@ def_delegators :@resolver_connection, :state, :connecting?, :to_io, :call, :close attr_writer :pool def initialize(options) - @options = Options.new(options) + @options = HTTPX::Options.new(options) @resolver_options = DEFAULTS.merge(@options.resolver_options) @_record_types = Hash.new { |types, host| types[host] = @resolver_options[:record_types].dup } @queries = {} @requests = {} @connections = []