- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for redirectUsingSameConnectionEventSequence (0.23 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt
).hostnameVerifier(RecordingHostnameVerifier()) .build() server.useHttps(handshakeCertificates.sslSocketFactory()) } @Test fun redirectUsingSameConnectionEventSequence() { server.enqueue( MockResponse .Builder() .code(HttpURLConnection.HTTP_MOVED_TEMP) .addHeader("Location: /foo") .build(), )
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)