# File lib/termtter/httppool.rb, line 23
    def self.connection(host, port = 80)
      key = connection_key(host, port)
      @@connections[key] ||= http_class.start(host, port)
    end