Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for clientWithCompressionCannotBeUsedAfterClose (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

              .matches(Regex("Code \\d+ is reserved and may not be used."))
          }
          count++
        }
        assertThat(count).isEqualTo(1988)
      }
    
      @Test fun clientWithCompressionCannotBeUsedAfterClose() {
        data.write("c107f248cdc9c90700".decodeHex()) // Hello
        clientReaderWithCompression.processNextFrame()
        callback.assertTextMessage("Hello")
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Nov 04 16:11:23 GMT 2025
    - 14.4K bytes
    - Click Count (0)
Back to Top