class Gem::Request

def initialize(uri, request_class, last_modified, pool)

def initialize(uri, request_class, last_modified, pool)
  @uri = uri
  @request_class = request_class
  @last_modified = last_modified
  @requests = Hash.new(0).compare_by_identity
  @user_agent = user_agent
  @connection_pool = pool
end