This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Description
Follow up to #258
(we should really inspect all middleware handlers)
This means if multiple requests need to retry within the lifetime of the client/request adapter/handler, the first requests will retry successfully but the following ones won't. (same issue as redirect handler)
|
current_options.max_delay -= (end_time - start_time) |