Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for multipleConnectsForSingleCall (0.09 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/ConnectionListenerTest.kt

            "Unexpected handshake message: client_hello",
            "(unexpected_message) Unexpected handshake message: client_hello",
          )
        }
      }
    
      @Test
      @Throws(IOException::class)
      fun multipleConnectsForSingleCall() {
        enableTls()
        server.enqueue(MockResponse.Builder().failHandshake().build())
        server.enqueue(MockResponse())
        client =
          client
            .newBuilder()
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Nov 04 18:33:48 UTC 2025
    - 9.7K bytes
    - Viewed (0)
Back to top