Skip to content

Commit 7aec48b

Browse files
committed
Factory is a struct
1 parent 7ba6a96 commit 7aec48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/AsyncHTTPClient/ConnectionPool/HTTPConnectionPool+Factory.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extension HTTPConnectionPool {
2828
case http2_0(Channel)
2929
}
3030

31-
final class ConnectionFactory {
31+
struct ConnectionFactory {
3232
let key: ConnectionPool.Key
3333
let clientConfiguration: HTTPClient.Configuration
3434
let tlsConfiguration: TLSConfiguration

0 commit comments

Comments
 (0)