Remove workaround for fixed bug in passenger

This commit is contained in:
Tom Hughes 2015-03-30 21:19:44 +01:00
parent 65bbf6b626
commit b78241de68

View file

@ -1,10 +0,0 @@
# Hack to workaround https://github.com/phusion/passenger/issues/1421
if defined?(PhusionPassenger)
module Rack
class Request
def port
DEFAULT_PORTS[scheme]
end
end
end
end