Doesn't look like this is used anymore
This commit is contained in:
parent
1d7702833d
commit
4b46fbec5b
|
@ -179,19 +179,6 @@ class JsonResource(HttpServer, resource.Resource):
|
||||||
self._PathEntry(path_pattern, callback)
|
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):
|
def render(self, request):
|
||||||
""" This gets called by twisted every time someone sends us a request.
|
""" This gets called by twisted every time someone sends us a request.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue