Skip to content

Commit 9257611

Browse files
committed
Update Response.swift
1 parent 3797309 commit 9257611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public extension Http{
1111

1212
/// The metadata associated with the response to a URL load request
1313
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
14-
struct Response<T> : IResponse, @unchecked Sendable{
14+
struct Response<T: Sendable> : IResponse, Sendable{
1515

1616
/// Status code
1717
public var statusCode: Int? {

0 commit comments

Comments
 (0)