What's wrong with this entry?
Anonymous. No account, no email.
What: Extracted inline retry logic into dedicated helper functions for better maintainability.
Details:
CQB(): New sleep function with AbortSignal support (line 394549)OE6(): Extracts retry-after header from API responses (line 394669)SE6(): Calculates max retries from options or environment variable (line 394738)- Improves code organization without changing retry behavior
- Evidence: Sleep function
CQB()at line 394549, header extractionOE6()at line 394669
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.