Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addBytesToWriteWindow (0.17 seconds)

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

              failConnection(e)
            }
          }
          if (streamsToNotify != null) {
            for (stream in streamsToNotify) {
              stream.withLock {
                stream.addBytesToWriteWindow(delta)
              }
            }
          }
        }
    
        override fun ackSettings() {
          // TODO: If we don't get this callback after sending settings to the peer, SETTINGS_TIMEOUT.
        }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 31.9K bytes
    - Click Count (0)
Back to Top