Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for conscrypt (0.12 sec)

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

        assertFailsWith<IOException> {
          getResponse(newRequest("/foo"))
        }.also { expected ->
          when (expected) {
            is SSLHandshakeException -> {
              // Allow conscrypt to fail in different ways
              if (!platform.isConscrypt()) {
                assertThat(expected.cause!!).isInstanceOf<CertificateException>()
              }
            }
            is TlsFatalAlert -> {}
            else -> throw expected
          }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  2. src/encoding/json/testdata/code.json.gz

    03125,"touches":1,"min_t":1233092355,"max_t":1233092355,"mean_t":1233092355}],"cl_weight":0.03125,"touches":1,"min_t":1233092355,"max_t":1233092355,"mean_t":1233092355},{"name":"SConscript","kids":[],"cl_weight":1.1678321678321677,"touches":3,"min_t":1224889980,"max_t":1231369028,"mean_t":1227563389},{"name":"SConscript.port","kids":[],"cl_weight":4.067832167832168,"touches":12,"min_t":1224549985,"max_t":1227122905,"mean_t":1225470755},{"name":"webkit_kjs.sln","kids":[],"cl_weight":0.07142857142...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top