- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for updateConnectionFlowControl (0.09 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
val stream = streams.remove(streamId) // The removed stream may be blocked on a connection-wide window update. notifyAll() return stream } } internal fun updateConnectionFlowControl(read: Long) { withLock { readBytes.update(total = read) val readBytesToAcknowledge = readBytes.unacknowledged if (readBytesToAcknowledge >= okHttpSettings.initialWindowSize / 2) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0)