We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba6a96 commit 7aec48bCopy full SHA for 7aec48b
Sources/AsyncHTTPClient/ConnectionPool/HTTPConnectionPool+Factory.swift
@@ -28,7 +28,7 @@ extension HTTPConnectionPool {
28
case http2_0(Channel)
29
}
30
31
- final class ConnectionFactory {
+ struct ConnectionFactory {
32
let key: ConnectionPool.Key
33
let clientConfiguration: HTTPClient.Configuration
34
let tlsConfiguration: TLSConfiguration
0 commit comments