Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 123_ (0.14 sec)

  1. android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt

          assertFalse(withoutHostCalled)
        }
      }
    
      @Test
      fun testUnderscoreRequest() {
        assumeNetwork()
    
        val request =
          Request.Builder().url("https://example_underscore_123.s3.amazonaws.com/").build()
    
        try {
          client.newCall(request).execute().close()
          // Hopefully this passes
        } catch (ioe: IOException) {
          // https://github.com/square/okhttp/issues/5840
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 27K bytes
    - Viewed (1)
Back to top