Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
    • Erik Johnston's avatar
      Refactor request sending to have better excpetions (#4358) · b970cb0e
      Erik Johnston authored
      * 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.
      b970cb0e
  2. Jan 07, 2019
  3. Jan 06, 2019
  4. Jan 04, 2019
  5. Jan 02, 2019
  6. Dec 29, 2018
  7. Dec 28, 2018
  8. Dec 24, 2018
  9. Dec 22, 2018
  10. Dec 21, 2018
  11. Dec 20, 2018
Loading