# File lib/action_dispatch/http/url.rb, line 54 def standard_port case protocol when 'https://' then 443 else 80 end end