- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for openStreamCount (0.36 sec)
-
okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt
// Play it back. val connection = connect(peer) connection.newStream(headerEntries("b", "banana"), false) assertThat(connection.openStreamCount()).isEqualTo(1) connection.writePingAndAwaitPong() // Ensure that the SYN_REPLY has been received. assertThat(connection.openStreamCount()).isEqualTo(0) // Verify the peer received what was expected. val synStream = peer.takeFrame()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 75.4K bytes - Viewed (0)