- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for HTTP_2 (0.35 sec)
-
okhttp-dnsoverhttps/src/main/kotlin/okhttp3/dnsoverhttps/DnsOverHttps.kt
} @Throws(Exception::class) private fun readResponse( hostname: String, response: Response, ): List<InetAddress> { if (response.cacheResponse == null && response.protocol !== Protocol.HTTP_2 && response.protocol !== Protocol.QUIC) { Platform.get().log("Incorrect protocol: ${response.protocol}", Platform.WARN) } response.use { if (!response.isSuccessful) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Oct 31 09:27:31 UTC 2024 - 9.8K bytes - Viewed (0) -
doc/godebug.md
There is no plan to remove these settings. ### Go 1.6 Go 1.6 introduced transparent support for HTTP/2, controlled by the [`http2client`, `http2server`, and `http2debug` settings](/pkg/net/http/#hdr-HTTP_2). There is no plan to remove these settings. ### Go 1.5 Go 1.5 introduced a pure Go DNS resolver, controlled by the [`netdns` setting](/pkg/net/#hdr-Name_Resolution).
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 28 14:46:33 UTC 2024 - 17.2K bytes - Viewed (0)