forked-synapse/synapse/replication/tcp
Richard van der Hoff 8cbbedaa2b
Fix ClientReplicationStreamProtocol.__str__ (#4929)
`__str__` depended on `self.addr`, which was absent from
ClientReplicationStreamProtocol, so attempting to call str on such an object
would raise an exception.

We can calculate the peer addr from the transport, so there is no need for addr
anyway.
2019-03-25 16:41:51 +00:00
..
__init__.py Fix up docs 2017-03-31 11:19:24 +01:00
client.py Move connecting logic into ClientReplicationStreamProtocol 2019-02-27 10:23:51 +00:00
commands.py Fix tightloop over connecting to replication server 2019-02-26 15:05:41 +00:00
protocol.py Fix ClientReplicationStreamProtocol.__str__ (#4929) 2019-03-25 16:41:51 +00:00
resource.py Fix ClientReplicationStreamProtocol.__str__ (#4929) 2019-03-25 16:41:51 +00:00
streams.py Fix bug where read-receipts lost their timestamps (#4927) 2019-03-25 16:38:05 +00:00