You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose NIOTSConnectionBootstrap or ClientBootstrap based on the EventLoop passed to the client.
Co-authored-by: Joe Smith <[email protected]>
Co-authored-by: Johannes Weiss <[email protected]>
Copy file name to clipboardExpand all lines: Tests/AsyncHTTPClientTests/HTTPClientTests.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -730,7 +730,7 @@ class HTTPClientTests: XCTestCase {
730
730
}
731
731
732
732
XCTAssertThrowsError(try httpClient.get(url:"https://localhost:\(httpBin.port)/redirect/infinite1").wait(),"Should fail with redirect limit"){ error in
@@ -745,7 +745,7 @@ class HTTPClientTests: XCTestCase {
745
745
}
746
746
747
747
XCTAssertThrowsError(try httpClient.get(url:"https://localhost:\(httpBin.port)/redirect/infinite1").wait(),"Should fail with redirect limit"){ error in
0 commit comments