Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for multipleDnsLookupsForSingleCall (0.18 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        val recordedEvents = eventRecorder.recordedEventTypes()
        assertThat(recordedEvents).doesNotContain(DnsStart::class)
        assertThat(recordedEvents).doesNotContain(DnsEnd::class)
      }
    
      @Test
      fun multipleDnsLookupsForSingleCall() {
        server.enqueue(
          MockResponse
            .Builder()
            .code(301)
            .setHeader("Location", "http://www.fakeurl:" + server.port)
            .build(),
        )
    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