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 a4f1aff commit c92e4f5Copy full SHA for c92e4f5
Sources/FoundationNetworking/URLSession/HTTP/HTTPURLProtocol.swift
@@ -716,8 +716,6 @@ internal extension _HTTPURLProtocol {
716
guard let url = components.url else { fatalError("Invalid URL") }
717
request.url = url
718
719
- // Inherit the timeout from the previous request
720
- request.timeoutInterval = fromRequest.timeoutInterval
721
return request
722
}
723
0 commit comments