1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00

Delete the unused tunnelProxy argument (#7317)

* Delete the unused tunnelProxy argument

* Update API spec
This commit is contained in:
Jesse Wilson
2022-06-09 13:14:05 -04:00
committed by GitHub
parent 79a2fa1cf6
commit afc7fa3700
29 changed files with 117 additions and 120 deletions

View File

@@ -67,7 +67,7 @@ class AndroidAsyncDnsTest(val server: MockWebServer) {
@BeforeEach
fun init() {
server.useHttps(localhost.sslSocketFactory(), false)
server.useHttps(localhost.sslSocketFactory())
}
@Test