Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for cancelStreamIfNecessary (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Stream.kt

            notifyAll() // TODO(jwilson): Unnecessary?
          }
          if (bytesDiscarded > 0L) {
            updateConnectionFlowControl(bytesDiscarded)
          }
          cancelStreamIfNecessary()
        }
      }
    
      @Throws(IOException::class)
      internal fun cancelStreamIfNecessary() {
        assertLockNotHeld()
    
        val open: Boolean
        val cancel: Boolean
        withLock {
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Mon Jul 07 18:57:05 GMT 2025
    - 22.4K bytes
    - Click Count (0)
Back to Top