Land #4797, revert of #4780 (issue #4669)

bug/bundler_fix
William Vu 2015-02-19 09:58:20 -06:00
commit 27a8c460bd
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 2 additions and 2 deletions

View File

@ -172,11 +172,11 @@ module ReverseHttp
end
#
# Removes the / handler and stop the service.
# Removes the / handler, possibly stopping the service if no sessions are
# active on sub-urls.
#
def stop_handler
self.service.remove_resource("/") if self.service
self.service.stop
end
attr_accessor :service # :nodoc: