Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for noConnectionFoundOnFollowUp (0.08 seconds)

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

        assertThat(connectionAcquired.call).isSameAs(call)
        assertThat(connectionAcquired.connection).isNotNull()
      }
    
      @Test
      fun noConnectionFoundOnFollowUp() {
        server.enqueue(
          MockResponse
            .Builder()
            .code(301)
            .addHeader("Location", "/foo")
            .build(),
        )
        server.enqueue(
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Nov 05 18:28:35 GMT 2025
    - 70.5K bytes
    - Click Count (0)
Back to Top