Skip to content

Commit b735100

Browse files
committed
Update Configuration.swift
1 parent 7ed3dce commit b735100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/async-http-client/proxy/http/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public extension Http{
3737

3838
/// An object that coordinates a group of related, network data transfer task
3939
/// @unchecked Sendable
40-
private let session : URLSession
40+
public let session : URLSession
4141

4242
// MARK: - Life circle
4343

0 commit comments

Comments
 (0)