- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for clientFramePayloadTooLongThrows (0.61 seconds)
-
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(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Nov 04 16:11:23 GMT 2025 - 14.4K bytes - Click Count (0)