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