# File lib/cool.io/http_client.rb, line 77
    def encode_host
      remote_host + (remote_port.to_i != 80 ? ":#{remote_port}" : "")
    end