retry_callback can't modify some configuration options #1
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/HTTP-Client#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using retry_callback the intention is to allow overwriting of the options array so options inside may be changed for subsequent requests. Not all options are overwritable, and none are rechecked for validity before being passed to the retry request. Probably need to make sure the class is reinstantiated on each retry, not just on the initial. That way the options are validity checked.