summary refs log tree commit diff
path: root/synapse/replication/tcp/protocol.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-22put resolve_service in an objectRichard van der Hoff3-83/+104
this makes it easier to stub things out for tests.
2019-01-22Require that service_name be a byte stringRichard van der