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

Retry handler decreases the option's retry attempts #281

Closed
@baywet

Description

@baywet

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)

Metadata

Metadata

Assignees

Labels

Standard GitHub labelIssue caused by core project dependency modules or libraryWIPbugSomething isn't working

Type

No type

Projects

Status

Done ✔️

Relationships

None yet

Development

No branches or pull requests

Issue actions