# File lib/em-http/client.rb, line 106 def encode_host @uri.host + (@uri.port != 80 ? ":#{@uri.port}" : "") end