We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b617339 commit 3336bbcCopy full SHA for 3336bbc
Sources/async-http-client/proxy/http/retry/RetryService.swift
@@ -13,8 +13,7 @@ import Foundation
13
public struct RetryService: Equatable, Sequence{
14
15
/// Retry strategy
16
- public let strategy: Strategy
17
-
+ public let strategy: Strategy
18
19
/// Default service
20
static let `default` = RetryService(strategy: .exponential())
Sources/async-http-client/proxy/http/retry/Strategy.swift
@@ -25,7 +25,6 @@ public extension RetryService{
25
duration: TimeInterval = 2.0
26
)
27
28
29
/// Max amount of retries
30
var maximumRetries: UInt{
31
switch self{
0 commit comments