1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-29 17:41:17 +03:00

Temporarily stash the AsyncDns stuff (#8823)

It isn't used anywhere yet. I want to get back to this soon
but I don't want to release 5.0.0 final with any incomplete
APIs.

https://github.com/square/okhttp/issues/8318
This commit is contained in:
Jesse Wilson
2025-05-29 16:09:10 -04:00
committed by GitHub
parent c0cabbab8b
commit 8720aa82ce
7 changed files with 2 additions and 573 deletions

View File

@ -22,8 +22,8 @@ import assertk.assertions.isEqualTo
import java.net.InetAddress
import java.net.UnknownHostException
import kotlin.test.assertFailsWith
import okhttp3.AsyncDns.Companion.TYPE_A
import okhttp3.AsyncDns.Companion.TYPE_AAAA
import okhttp3.dnsoverhttps.DnsRecordCodec.TYPE_A
import okhttp3.dnsoverhttps.DnsRecordCodec.TYPE_AAAA
import okhttp3.dnsoverhttps.DnsRecordCodec.decodeAnswers
import okio.ByteString.Companion.decodeHex
import org.junit.jupiter.api.Test