summary refs log tree commit diff
path: root/synapse/replication/tcp/client.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-13Use parse_{int,str} and assert from http.servletKrombel14-155/+91
parse_integer and parse_string can take a request and raise errors in case we have wrong or missing params. This PR tries to use them more to deduplicate some code and make it better readable
2018-07-13