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