Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isLocallyInitiated (0.06 seconds)

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

            isShutdown = true
          }
    
          // Fail all streams created after the last good stream ID.
          for (http2Stream in streamsCopy) {
            if (http2Stream.id > lastGoodStreamId && http2Stream.isLocallyInitiated) {
              http2Stream.receiveRstStream(REFUSED_STREAM)
              removeStream(http2Stream.id)
            }
          }
        }
    
        override fun windowUpdate(
          streamId: Int,
    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