mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 12:29:31 +00:00
Reporting FRAME_SIZE_ERROR in case wrong frame lengths.
This commit is contained in:
parent
cddfa033f0
commit
7004d71996
@ -133,7 +133,7 @@ public class SettingsGenerateParseTest
|
||||
}
|
||||
}
|
||||
|
||||
Assert.assertEquals(ErrorCodes.PROTOCOL_ERROR, errorRef.get());
|
||||
Assert.assertEquals(ErrorCodes.FRAME_SIZE_ERROR, errorRef.get());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user