- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for timeoutEarlyExit (0.05 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt
* and duplex calls where the timeout only applies to the initial setup. */ fun timeoutEarlyExit() { check(!timeoutEarlyExit) timeoutEarlyExit = true timeout.exit() } fun upgradeToSocket() { timeoutEarlyExit() withLock { check(exchange != null) check(!socketSinkOpen && !socketSourceOpen) check(!requestBodyOpen)Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Nov 05 18:28:35 UTC 2025 - 19.7K bytes - Viewed (0)