Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noConnectionFoundOnFollowUp (0.3 sec)

  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(
    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