We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3f052 commit 0dcac64Copy full SHA for 0dcac64
common/src/appleMain/kotlin/com/tddworks/common/network/api/ktor/internal/HttpClient.apple.kt
@@ -4,5 +4,9 @@ import io.ktor.client.engine.*
4
import io.ktor.client.engine.darwin.*
5
6
internal actual fun httpClientEngine(): HttpClientEngine {
7
- return Darwin.create()
+ return Darwin.create {
8
+ this.configureSession {
9
+ connectionProxyDictionary = emptyMap<Any?, Any>()
10
+ }
11
12
}
0 commit comments