retry_callback can't modify some configuration options #1

Open
opened 2025-04-01 13:30:49 -04:00 by dustinwilson · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MensBeam/HTTP-Client#1
No description provided.