# File lib/action_dispatch/http/url.rb, line 137
      def optional_port
        standard_port? ? nil : port
      end