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

Make FederationReaderServer _http_listen 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 899e60be
No related branches found
No related tags found
Loading
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