forked-synapse/tests/http
Erik Johnston b970cb0e96 Refactor request sending to have better excpetions (#4358)
* Correctly retry and back off if we get a HTTPerror response

* Refactor request sending to have better excpetions

MatrixFederationHttpClient blindly reraised exceptions to the caller
without differentiating "expected" failures (e.g. connection timeouts
etc) versus more severe problems (e.g. programming errors).

This commit adds a RequestSendFailed exception that is raised when
"expected" failures happen, allowing the TransactionQueue to log them as
warnings while allowing us to log other exceptions as actual exceptions.
2019-01-08 11:04:28 +00:00
..
__init__.py Reject invalid server names (#3480) 2018-07-03 14:36:14 +01:00
test_endpoint.py Run black. 2018-08-10 23:54:09 +10:00
test_fedclient.py Refactor request sending to have better excpetions (#4358) 2019-01-08 11:04:28 +00:00