Skip to content

[AHC Transport] Async bodies + swift-http-types adoption #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 27, 2023
Prev Previous commit
Next Next commit
Merge branch 'main' into hd-adopt-http-types
  • Loading branch information
czechboy0 committed Sep 18, 2023
commit a2893efb35fdd641aaad26e1e1845d43e8275f0d
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ class Test_AsyncHTTPClientTransport: XCTestCase {
}

func testSend() async throws {
let httpClient = HTTPClient()
defer {
try! httpClient.syncShutdown()
}
let transport = AsyncHTTPClientTransport(
configuration: .init(),
requestSender: TestSender.test
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.