Skip to content

Commit cd9abc2

Browse files
Update CHANGELOG.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9a07cb3 commit cd9abc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### Technical Details
1616
- Implements RFC 9110 compliant Retry-After header parsing (supports both integer seconds and HTTP-date formats)
17-
- Adds exponential backoff with jitter (base delay: 2^retryCount * 500ms, capped at 120 seconds)
17+
- Adds exponential backoff with jitter (base delay: 2^retryCount * 100ms, capped at 120 seconds)
1818
- Validates Retry-After values between 1-1800 seconds (30 minutes maximum)
1919
- Prioritizes Retry-After header delays over exponential backoff when present
2020
- Maintains backward compatibility for non-state-affecting operations (GET, HEAD, OPTIONS)

0 commit comments

Comments
 (0)