- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for clientFramePayloadTooLongThrows (0.09 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketReaderTest.kt
@Test fun clientFramePayloadLong() { data.write("817f000000000000000548656c6c6f".decodeHex()) // Hello clientReader.processNextFrame() callback.assertTextMessage("Hello") } @Test fun clientFramePayloadTooLongThrows() { data.write("817f8000000000000000".decodeHex()) assertFailsWith<ProtocolException> { clientReader.processNextFrame() }.also { expected -> assertThat(expected.message).isEqualTo(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 14.4K bytes - Viewed (0)