mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-20 13:54:20 -05:00
Merge pull request #3178 from matrix-org/rav/fix_request_timeouts
fix http request timeout code
This commit is contained in:
commit
a2aaa9cb3c
@ -25,7 +25,7 @@ class RequestTimedOutError(SynapseError):
|
|||||||
super(RequestTimedOutError, self).__init__(504, "Timed out")
|
super(RequestTimedOutError, self).__init__(504, "Timed out")
|
||||||
|
|
||||||
|
|
||||||
def cancelled_to_request_timed_out_error(value):
|
def cancelled_to_request_timed_out_error(value, timeout):
|
||||||
"""Turns CancelledErrors into RequestTimedOutErrors.
|
"""Turns CancelledErrors into RequestTimedOutErrors.
|
||||||
|
|
||||||
For use with async.add_timeout_to_deferred
|
For use with async.add_timeout_to_deferred
|
||||||
|
Loading…
Reference in New Issue
Block a user