Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requestCanceledLatches (0.08 sec)

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

            CountDownLatch(1),
            CountDownLatch(0),
          )
        val requestCanceledLatches =
          listOf(
            CountDownLatch(1),
            CountDownLatch(0),
          )
        val dispatcher = RespondAfterCancelDispatcher(responseDequeuedLatches, requestCanceledLatches)
        dispatcher.enqueue(
          MockResponse
            .Builder()
            .bodyDelay(10, TimeUnit.SECONDS)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 73.4K bytes
    - Viewed (0)
Back to top