Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        forceConnectionsToExpire(pool, expireTime)
        assertThat(pool.connectionCount()).isEqualTo(1)
      }
    
      @Disabled("https://github.com/square/okhttp/issues/8451")
      @Test
      fun connectionPreWarmingHttp2() {
        taskFaker.advanceUntil(System.nanoTime())
        val expireSooner = taskFaker.nanoTime + 1_000_000_000_000
        val expireLater = taskFaker.nanoTime + 2_000_000_000_000
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jun 22 16:06:35 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top