mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-18 10:51:10 +02: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…
x
Reference in New Issue
Block a user