Skip to content

Commit 1ddafda

Browse files
committed
Use previous default max concurrent streams value of 10
1 parent 7d96a89 commit 1ddafda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncHTTPClientTests/HTTPClientTestUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ internal final class HTTPBin<RequestHandler: ChannelInboundHandler> where
348348
switch self {
349349
case .http1_1, .http2(_, nil), .refuse:
350350
return [
351-
HTTP2Setting(parameter: .maxConcurrentStreams, value: 100),
351+
HTTP2Setting(parameter: .maxConcurrentStreams, value: 10),
352352
HTTP2Setting(parameter: .maxHeaderListSize, value: HPACKDecoder.defaultMaxHeaderListSize),
353353
]
354354
case .http2(_, .some(let customSettings)):

0 commit comments

Comments
 (0)