Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for incrementSuccessCount (0.46 seconds)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt

              !socketSourceOpen
            callDone = allStreamsDone && !expectMoreExchanges
          }
        }
    
        if (allStreamsDone) {
          this.exchange = null
          this.connection?.incrementSuccessCount()
        }
    
        if (callDone) {
          return callDone(e)
        }
    
        return e
      }
    
      internal fun noMoreExchanges(e: IOException?): IOException? {
        var callDone = false
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Jan 11 12:06:21 GMT 2026
    - 19.5K bytes
    - Click Count (0)
Back to Top