Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for retryTlsHandshake (0.06 seconds)

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

          call.eventListener.connectFailed(call, route.socketAddress, route.proxy, null, e)
          connectionPool.connectionListener.connectFailed(route, call, e)
    
          if (!retryOnConnectionFailure || !retryTlsHandshake(e)) {
            retryTlsConnection = null
          }
    
          return ConnectResult(
            plan = this,
            nextPlan = retryTlsConnection,
            throwable = e,
          )
        } finally {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 19.3K bytes
    - Click Count (2)
Back to Top