We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HTTPVersion
1 parent eab5966 commit e9de55eCopy full SHA for e9de55e
Tests/AsyncHTTPClientTests/HTTP2ClientTests.swift
@@ -266,6 +266,7 @@ class HTTP2ClientTests: XCTestCase {
266
var tlsConfig = TLSConfiguration.makeClientConfiguration()
267
tlsConfig.certificateVerification = .none
268
config.tlsConfiguration = tlsConfig
269
+ config.httpVersion = .automatic
270
config.timeout.read = .milliseconds(100)
271
let client = HTTPClient(
272
eventLoopGroupProvider: .createNew,
0 commit comments