RetryContext constructor
RetryContext()
Creates a fresh retry context with zero attempts.
Implementation
RetryContext() : attempt = 0, consecutive529s = 0;
Creates a fresh retry context with zero attempts.
RetryContext() : attempt = 0, consecutive529s = 0;