# File lib/yadis/fetcher.rb, line 16
  def initialize(read_timeout=20, open_timeout=20)
    @read_timeout = read_timeout
    @open_timeout = open_timeout
    @ca_path = nil
  end