- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for alternativeThenCommon (0.13 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/ConnectionCoalescingTest.kt
} /** * Test connecting to an alternative host then common name, although only subject alternative * names are used if present no special consideration of common name. */ @Test fun alternativeThenCommon() { server.enqueue(MockResponse()) server.enqueue(MockResponse()) val sanUrl = url.newBuilder().host("san.com").build() assert200Http2Response(execute(sanUrl), "san.com")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jun 19 11:44:16 UTC 2025 - 19.1K bytes - Viewed (0)