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