Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Bugs (0.03 sec)

  1. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

       *     the {@link ExecutionException} thrown by {@link Future#get()} on the {@link Future}
       *     underlying this step or, if {@code get()} throws a different kind of exception, that
       *     exception itself. To avoid hiding bugs and other unrecoverable errors, callers should
       *     prefer more specific types, avoiding {@code Throwable.class} in particular.
       * @param fallback the function to be called if this step fails with the expected exception type.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 97.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/ClosingFuture.java

       *     the {@link ExecutionException} thrown by {@link Future#get()} on the {@link Future}
       *     underlying this step or, if {@code get()} throws a different kind of exception, that
       *     exception itself. To avoid hiding bugs and other unrecoverable errors, callers should
       *     prefer more specific types, avoiding {@code Throwable.class} in particular.
       * @param fallback the function to be called if this step fails with the expected exception type.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 98.1K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        assertThat(cache.hitCount()).isEqualTo(2)
        assertThat(response2.handshake!!.cipherSuite).isEqualTo(
          response1.handshake!!.cipherSuite,
        )
      }
    
      /**
       * We've had bugs where caching and cross-protocol redirects yield class cast exceptions internal
       * to the cache because we incorrectly assumed that HttpsURLConnection was always HTTPS and
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

          .assertFailureMatches("(?s)Hostname localhost not verified.*")
      }
    
      /**
       * Anonymous cipher suites were disabled in OpenJDK because they're rarely used and permit
       * man-in-the-middle attacks. https://bugs.openjdk.java.net/browse/JDK-8212823
       */
      @Test
      fun anonCipherSuiteUnsupported() {
        platform.assumeNotConscrypt()
        platform.assumeNotBouncyCastle()
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    ltd.cy
    ltd.gi
    ltd.hk
    ltd.lk
    ltd.ng
    ltd.ua
    ltd.uk
    ltda
    lu
    lu.eu.org
    lu.it
    lubartow.pl
    lubin.pl
    lublin.pl
    lucania.it
    lucca.it
    lug.org.uk
    lugansk.ua
    lugs.org.uk
    luhansk.ua
    lukow.pl
    lund.no
    lundbeck
    lunner.no
    luroy.no
    lurøy.no
    luster.no
    lutsk.ua
    luxe
    luxury
    lv
    lv.eu.org
    lv.ua
    lviv.ua
    ly
    lyngdal.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    ltd.cy
    ltd.gi
    ltd.hk
    ltd.lk
    ltd.ng
    ltd.ua
    ltd.uk
    ltda
    lu
    lu.eu.org
    lu.it
    lubartow.pl
    lubin.pl
    lublin.pl
    lucania.it
    lucca.it
    lug.org.uk
    lugansk.ua
    lugs.org.uk
    luhansk.ua
    lukow.pl
    lund.no
    lundbeck
    lunner.no
    luroy.no
    lurøy.no
    luster.no
    lutsk.ua
    luxe
    luxury
    lv
    lv.eu.org
    lv.ua
    lviv.ua
    ly
    lyngdal.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top