the http service needs to keep running to handle meterpreter loading

revert a8f44ca68f
bug/bundler_fix
Brent Cook 2015-02-19 09:38:48 -06:00
parent 7a3bc017ff
commit 4781ac4b39
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: