Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for secondCallEventSequence (0.3 seconds)

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

          listOf(
            ConnectionReleased::class,
            CallEnd::class,
          )
        assertThat(eventRecorder.recordedEventTypes()).isEqualTo(expectedEventTypes)
      }
    
      @Test
      fun secondCallEventSequence() {
        enableTlsWithTunnel()
        server.protocols = Arrays.asList(Protocol.HTTP_2, Protocol.HTTP_1_1)
        server.enqueue(MockResponse())
        server.enqueue(MockResponse())
        client
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 70.7K bytes
    - Click Count (0)
Back to Top