File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ class SimpleClientServerFramePayloadStreamTests: XCTestCase {
211211 maximumBufferedControlFrames: Int = 10000 ,
212212 maximumSequentialContinuationFrames: Int = 5 ,
213213 withMultiplexerCallback multiplexerCallback: NIOChannelInitializer ? = nil ,
214- maxStreamGlitches : UInt = 10
214+ maxConnectionGlitches : Int = 10
215215 ) throws {
216216 XCTAssertNoThrow (
217217 try self . clientChannel. pipeline. syncOperations. addHandler (
@@ -230,7 +230,7 @@ class SimpleClientServerFramePayloadStreamTests: XCTestCase {
230230 initialSettings: serverSettings,
231231 maximumBufferedControlFrames: maximumBufferedControlFrames,
232232 maximumSequentialContinuationFrames: maximumSequentialContinuationFrames,
233- maxStreamGlitches : maxStreamGlitches
233+ maxConnectionGlitches : maxConnectionGlitches
234234 )
235235 )
236236 )
You can’t perform that action at this time.
0 commit comments