Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 11 of 11 for call_counts (0.04 seconds)

  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) {
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sat Nov 01 12:18:11 GMT 2025
    - 67.4K bytes
    - Click Count (0)
Back to Top