# File lib/action_controller/request.rb, line 217
    def port_string
      (port == standard_port) ? '' : ":#{port}"
    end