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:
@@ -67,7 +67,7 @@ class AndroidAsyncDnsTest(val server: MockWebServer) {
|
||||
|
||||
@BeforeEach
|
||||
fun init() {
|
||||
server.useHttps(localhost.sslSocketFactory(), false)
|
||||
server.useHttps(localhost.sslSocketFactory())
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user