# File lib/www/mechanize/chain/response_header_handler.rb, line 7
        def initialize(cookie_jar, connection_cache)
          @cookie_jar = cookie_jar
          @connection_cache = connection_cache
        end