Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pushRequestLater (0.3 sec)

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

        ) {
          // TODO: honor priority.
        }
    
        override fun pushPromise(
          streamId: Int,
          promisedStreamId: Int,
          requestHeaders: List<Header>,
        ) {
          pushRequestLater(promisedStreamId, requestHeaders)
        }
    
        override fun alternateService(
          streamId: Int,
          origin: String,
          protocol: ByteString,
          host: String,
          port: Int,
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 32.6K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    Lokhttp3/internal/http2/Http2Connection$ReaderRunnable;
    Lokhttp3/internal/http2/Http2Connection$pushDataLater$1;
    Lokhttp3/internal/http2/Http2Connection$pushHeadersLater$1;
    Lokhttp3/internal/http2/Http2Connection$pushRequestLater$2;
    Lokhttp3/internal/http2/Http2Connection$pushResetLater$1;
    Lokhttp3/internal/http2/Http2Connection$sendDegradedPingLater$2;
    Lokhttp3/internal/http2/Http2Connection$writeSynResetLater$1;
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
Back to top