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