- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for readSettingsFrame (0.08 sec)
-
okhttp/src/test/java/okhttp3/internal/http2/Http2Test.kt
) { assertThat(streamId).isEqualTo(expectedStreamId) assertThat(errorCode).isEqualTo(ErrorCode.PROTOCOL_ERROR) } }, ) } @Test fun readSettingsFrame() { val reducedTableSizeBytes = 16 writeMedium(frame, 12) // 2 settings * 6 bytes (2 for the code and 4 for the value). frame.writeByte(Http2.TYPE_SETTINGS) frame.writeByte(FLAG_NONE)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 28.1K bytes - Viewed (0)