8000 Release 1.6.3: Don't crash when hitting long backoffs. (#458) · EdadealMobileDevelopment/async-http-client · GitHub
[go: up one dir, main page]

Skip to content

1.6.3

  • 1.6.3
  • 1081b0b
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Compare
    Choose a tag to compare
  • 1.6.3
  • 1081b0b
  • Compare
    Choose a tag to compare
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Lukasa Lukasa tagged this 13 Oct 12:09
Motivation:

If we backoff sufficiently far we can overflow Int64, which will cause
us to crash.

Modifications:

Clamp the backoff value before we convert to Int64.

Results:

No crashes!
Assets 2
Loading
0