Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for 8a0548656c (0.04 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketReaderTest.kt

        assertFailsWith<IOException> {
          clientReaderWithCompression.processNextFrame()
        }
      }
    
      @Test fun clientIncompleteControlFrameBodyThrows() {
        data.write("8a0548656c".decodeHex()) // Length = 5, "Hel"
        assertFailsWith<EOFException> {
          clientReader.processNextFrame()
        }
      }
    
      @Test fun serverIncompleteMessageBodyThrows() {
    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)
Back to Top