Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for minimumDelayEnforcedBetweenConnects (0.14 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt

       *
       *  * if there's no TCP connect in flight, start one.
       *  * don't start a new TCP connect within 250 ms of the previous TCP connect.
       */
      @Test
      fun minimumDelayEnforcedBetweenConnects() {
        val plan0 = routePlanner.addPlan()
        plan0.tcpConnectDelayNanos = 510.ms
        plan0.tcpConnectThrowable = IOException("boom!")
        val plan1 = routePlanner.addPlan()
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 20.9K bytes
    - Click Count (0)
Back to Top