# File lib/rfuzz/client.rb, line 122
122:     def encode_host(host, port)
123:       host + (port.to_i != 80 ? ":#{port}" : "")
124:     end