Doesn't look like this is used anymore

erikj/initial_sync_perf
David Baker 2015-04-30 12:04:08 +01:00
parent 1d7702833d
commit 4b46fbec5b
1 changed files with 0 additions and 13 deletions

View File

@ -179,19 +179,6 @@ class JsonResource(HttpServer, resource.Resource):
self._PathEntry(path_pattern, callback)
)
def start_listening(self, port):
""" Registers the http server with the twisted reactor.
Args:
port (int): The port to listen on.
"""
reactor.listenTCP(
port,
server.Site(self),
interface=self.hs.config.bind_host
)
def render(self, request):
""" This gets called by twisted every time someone sends us a request.
"""