Skip to content

Commit c92e4f5

Browse files
committed
Remove unnecessary assignment
1 parent a4f1aff commit c92e4f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/FoundationNetworking/URLSession/HTTP/HTTPURLProtocol.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,6 @@ internal extension _HTTPURLProtocol {
716716
guard let url = components.url else { fatalError("Invalid URL") }
717717
request.url = url
718718

719-
// Inherit the timeout from the previous request
720-
request.timeoutInterval = fromRequest.timeoutInterval
721719
return request
722720
}
723721
}

0 commit comments

Comments
 (0)