Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for preact (0.2 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

        executeSynchronously("/")
          .assertFailure(IOException::class.java)
          .assertFailureMatches(
            "stream was reset: CANCEL",
            "unexpected end of stream on " + server.url("/").redact(),
          )
      }
    
      @RetryingTest(5)
      @Flaky
      fun recoverWhenRetryOnConnectionFailureIsFalse_HTTP2() {
        enableProtocol(Protocol.HTTP_2)
        noRecoverWhenRetryOnConnectionFailureIsFalse()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/HttpUrl;->encodedPathSegments()Ljava/util/List;
    HSPLokhttp3/HttpUrl;->encodedQuery()Ljava/lang/String;
    HSPLokhttp3/HttpUrl;->encodedUsername()Ljava/lang/String;
    HSPLokhttp3/HttpUrl;->hashCode()I
    HSPLokhttp3/HttpUrl;->redact()Ljava/lang/String;
    HSPLokhttp3/HttpUrl;->toString()Ljava/lang/String;
    HSPLokhttp3/HttpUrl;->uri()Ljava/net/URI;
    HSPLokhttp3/JvmCallExtensionsKt$executeAsync$2$1;-><init>(Lokhttp3/Call;)V
    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