- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for assertStreamData (0.05 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
val out = stream.sink.buffer() out.writeUtf8("c3po") out.close() assertThat(stream.takeHeaders()).isEqualTo(headersOf("a", "android")) assertStreamData("robot", stream.source) connection.writePingAndAwaitPong() assertThat(connection.openStreamCount()).isEqualTo(0) // Verify the peer received what was expected. val synStream = peer.takeFrame()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0)