MatrixSynapse/synapse/federation
Richard van der Hoff a6e3222fe5 Fed server: Move origin-check code to _handle_received_pdu
The response-building code expects there to be an entry in the `results` list
for each entry in the pdu_list, so the early `continue` was messing this
up. That doesn't really matter, because all that the federation client does is
log any errors, but it's pretty poor form.
2017-10-09 17:53:32 +01:00
..
transport
__init__.py
federation_base.py
federation_client.py
federation_server.py Fed server: Move origin-check code to _handle_received_pdu 2017-10-09 17:53:32 +01:00
persistence.py
replication.py
send_queue.py
transaction_queue.py
units.py