Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 00401 (0.39 sec)

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

        )
        assertInvalid("http://[::00001]", "Invalid URL host: \"[::00001]\"")
      }
    
      @Test
      fun hostIpv6AddressMisplacedColons() {
        assertInvalid(
          "http://[:0000:0000:0000:0000:0000:0000:0000:0001]",
          "Invalid URL host: \"[:0000:0000:0000:0000:0000:0000:0000:0001]\"",
        )
        assertInvalid(
          "http://[:::0000:0000:0000:0000:0000:0000:0000:0001]",
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 67.9K bytes
    - Viewed (0)
Back to top