remove unused handler methods

already defined in the base class
bug/bundler_fix
Brent Cook 2015-02-24 11:23:08 -06:00
parent 3bed2d5136
commit c5d36ec24d
1 changed files with 0 additions and 13 deletions

View File

@ -157,19 +157,6 @@ module ReverseHttp
print_status("Started #{scheme.upcase} reverse handler on #{listener_uri}")
end
#
# Simply calls stop handler to ensure that things are cool.
#
def cleanup_handler
end
#
# Basically does nothing. The service is already started and listening
# during set up.
#
def start_handler
end
#
# Removes the / handler, possibly stopping the service if no sessions are
# active on sub-urls.