Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 8003c90700 (0.12 sec)

  1. okhttp/src/test/java/okhttp3/internal/ws/WebSocketReaderTest.kt

        callback.assertTextMessage("Hello")
      }
    
      @Test fun clientWithCompressionTwoFrameCompressedHello() {
        data.write("4104f248cdc9".decodeHex()) // first 4 bytes of compressed 'Hello'
        data.write("8003c90700".decodeHex()) // last 3 bytes of compressed 'Hello'
        clientReaderWithCompression.processNextFrame()
        callback.assertTextMessage("Hello")
      }
    
      @Test fun clientTwoFrameHelloWithPongs() {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top