This pull request adds a new option to the ExponentialRetryPolicyOptions named FirstRetryIsImmediate. When true, each request will be retried immediately if it fails before the exponential delay begins. The default value for the option is false.
There's also a small "feature" in this PR that enables cancellation token support for CloneableRequestMessage.CloneAsync().
This pull request adds a new option to the
ExponentialRetryPolicyOptions
namedFirstRetryIsImmediate
. When true, each request will be retried immediately if it fails before the exponential delay begins. The default value for the option is false.There's also a small "feature" in this PR that enables cancellation token support for
CloneableRequestMessage.CloneAsync()
.