# File lib/action_controller/request.rb, line 208
    def standard_port
      case protocol
        when 'https://' then 443
        else 80
      end
    end