Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for outFinishedOnLastFrame (0.07 seconds)

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

         * write window. This method will block until the write window is nonempty.
         */
        @Throws(IOException::class)
        private fun emitFrame(outFinishedOnLastFrame: Boolean) {
          val toWrite: Long
          val outFinished: Boolean
          withLock {
            writeTimeout.enter()
            try {
              while (writeBytesTotal >= writeBytesMaximum &&
    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