Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for firstConnectionCrashesWithUncheckedException (0.23 sec)

  1. okhttp/src/test/java/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt

          "take plan 1",
          "plan 1 TCP connecting...",
          "plan 1 TCP connect failed",
        )
    
        taskFaker.assertNoMoreTasks()
      }
    
      @Test
      fun firstConnectionCrashesWithUncheckedException() {
        val plan0 = routePlanner.addPlan()
        plan0.tcpConnectThrowable = IllegalStateException("boom!")
        routePlanner.addPlan() // This plan should not be used.
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 24 04:40:49 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top