# File lib/termtter/httppool.rb, line 40
    def self.connection_key(host, port)
      port == 80 ? host : [host, port.to_s].join(':')
    end