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