diff --git a/Sources/AsyncHTTPClient/HTTPClient.swift b/Sources/AsyncHTTPClient/HTTPClient.swift index 1910157dc..77647161e 100644 --- a/Sources/AsyncHTTPClient/HTTPClient.swift +++ b/Sources/AsyncHTTPClient/HTTPClient.swift @@ -621,7 +621,7 @@ public class HTTPClient { public struct Configuration { /// TLS configuration, defaults to `TLSConfiguration.forClient()`. public var tlsConfiguration: Optional - /// Enables following 3xx redirects automatically, defaults to `false`. + /// Enables following 3xx redirects automatically, defaults to `RedirectConfiguration()`. /// /// Following redirects are supported: /// - `301: Moved Permanently`