- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for certificateSupportHost (0.22 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnection.kt
} // We have a host mismatch. But if the certificate matches, we're still good. return !noCoalescedConnections && handshake != null && certificateSupportHost(url, handshake!!) } private fun certificateSupportHost( url: HttpUrl, handshake: Handshake, ): Boolean { val peerCertificates = handshake.peerCertificates return peerCertificates.isNotEmpty() &&
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 15.4K bytes - Viewed (0)