Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for call_counts (0.25 sec)

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

              clientTestRule.wrap(
                object : EventListener() {
                  var callCount = 0
    
                  override fun connectionAcquired(
                    call: Call,
                    connection: Connection,
                  ) {
                    try {
                      if (callCount++ == 1) {
                        server.close()
                      }
                    } catch (e: IOException) {
    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