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