diff --git a/ugly_hacks/santiago/protocols/https/controller.py b/ugly_hacks/santiago/protocols/https/controller.py index b9f46498a..b94bf16de 100644 --- a/ugly_hacks/santiago/protocols/https/controller.py +++ b/ugly_hacks/santiago/protocols/https/controller.py @@ -47,6 +47,10 @@ class Listener(SantiagoListener): """Starts the listener.""" pass + def stop(self): + """Shuts down the listener.""" + pass + @cherrypy.expose def index(self, **kwargs): """Receive an incoming Santiago request from another Santiago client."""