Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for connectionWindowUpdateOnClose (0.18 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt

          val log = testLogHandler.take()
          if (log == "FINE: << 0x00000003 16384 DATA          ") {
            dataFrameCount++
          }
        }
      }
    
      @Test
      fun connectionWindowUpdateOnClose() {
        server.enqueue(
          MockResponse
            .Builder()
            .body(Buffer().write(ByteArray(Http2Connection.OKHTTP_CLIENT_WINDOW_SIZE + 1)))
            .build(),
        )
        server.enqueue(
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Nov 01 12:18:11 UTC 2025
    - 67.4K bytes
    - Viewed (0)
Back to top