Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 5215 (0.14 sec)

  1. fuzzing/fuzzingserver-expected.txt

    "4.1.3 NON-STRICT"
    "4.1.4 NON-STRICT"
    "4.1.5 OK"
    "4.2.1 OK"
    "4.2.2 OK"
    "4.2.3 NON-STRICT"
    "4.2.4 OK"
    "4.2.5 OK"
    "5.1 OK"
    "5.10 OK"
    "5.11 OK"
    "5.12 OK"
    "5.13 OK"
    "5.14 OK"
    "5.15 OK"
    "5.16 OK"
    "5.17 OK"
    "5.18 OK"
    "5.19 OK"
    "5.2 OK"
    "5.20 OK"
    "5.3 OK"
    "5.4 OK"
    "5.5 OK"
    "5.6 OK"
    "5.7 OK"
    "5.8 OK"
    "5.9 OK"
    "7.1.1 OK"
    "7.1.2 OK"
    "7.1.3 OK"
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Mar 26 02:01:32 GMT 2019
    - 6.7K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        }
      }
    
      /**
       * When a pooled connection fails, don't blame the route. Otherwise pooled connection failures can
       * cause unnecessary SSL fallbacks.
       *
       * https://github.com/square/okhttp/issues/515
       */
      @Test
      fun sslFallbackNotUsedWhenRecycledConnectionFails() {
        server.useHttps(handshakeCertificates.sslSocketFactory())
        server.enqueue(
          MockResponse(
            body = "abc",
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  3. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DohProviders.kt

          if (!getOnly) {
            add(buildCloudflarePost(client))
          }
          if (!workingOnly) {
            // result += buildCleanBrowsing(client); // timeouts
            add(buildCryptoSx(client)) // 521 - server down
          }
          add(buildChantra(client))
        }
      }
    
      private fun getByIp(host: String): InetAddress {
        return try {
          InetAddress.getByName(host)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Dec 23 10:26:25 GMT 2023
    - 3.8K bytes
    - Viewed (3)
  4. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.B.2.txt

       0204; 0205; Case map
       0206; 0207; Case map
       0208; 0209; Case map
       020A; 020B; Case map
       020C; 020D; Case map
       020E; 020F; Case map
       0210; 0211; Case map
       0212; 0213; Case map
       0214; 0215; Case map
       0216; 0217; Case map
       0218; 0219; Case map
       021A; 021B; Case map
       021C; 021D; Case map
       021E; 021F; Case map
       0220; 019E; Case map
       0222; 0223; Case map
       0224; 0225; Case map
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 38.8K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0213          ; valid                                  # 1.1  LATIN SMALL LETTER R WITH INVERTED BREVE
    0214          ; mapped                 ; 0215          # 1.1  LATIN CAPITAL LETTER U WITH DOUBLE GRAVE
    0215          ; valid                                  # 1.1  LATIN SMALL LETTER U WITH DOUBLE GRAVE
    0216          ; mapped                 ; 0217          # 1.1  LATIN CAPITAL LETTER U WITH INVERTED BREVE
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top