Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for successfulChunkedHttpsCallEventSequence (0.1 sec)

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

          eventRecorder,
          CoreMatchers.any(Long::class.java),
          null,
          greaterThan(0L),
          CoreMatchers.equalTo(3L),
        )
      }
    
      @Test
      fun successfulChunkedHttpsCallEventSequence() {
        enableTlsWithTunnel()
        server.protocols = Arrays.asList(Protocol.HTTP_1_1)
        server.enqueue(
          MockResponse
            .Builder()
            .bodyDelay(100, TimeUnit.MILLISECONDS)
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Nov 05 18:28:35 UTC 2025
    - 70.5K bytes
    - Viewed (0)
Back to top