Skip to content
Snippets Groups Projects
Commit a17bac17 authored by Jason Robinson's avatar Jason Robinson
Browse files

Make SynapseHomeServer _http_listener use self.get_reactor()


For all the homeserver classes, only the FrontendProxyServer passes
its reactor when doing the http listen. Looking at previous PR's looks
like this was introduced to make it possible to write a test, otherwise
when you try to run a test with the test homeserver it tries to
do a real bind to a port. Passing the reactor that the homeserver
is instantiated with should probably be the right thing to do anyway?

Signed-off-by: default avatarJason Robinson <jasonr@matrix.org>
parent 6d255990
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment