Skip to content

Commit 4622ab2

Browse files
authored
Merge branch 'main' into feat/async-http
2 parents 868b5e3 + 9479456 commit 4622ab2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.170.0
1+
0.171.0

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.171.0
1+
0.172.0

Sources/ClientRuntime/Networking/Http/URLSession/URLSessionConfiguration+HTTPClientConfiguration.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ extension URLSessionConfiguration {
1818
config.httpCookieAcceptPolicy = .never
1919
config.httpCookieStorage = nil
2020
config.httpMaximumConnectionsPerHost = httpClientConfiguration.maxConnections
21+
config.urlCache = nil
22+
config.requestCachePolicy = .reloadIgnoringLocalCacheData
2123
return config
2224
}
2325
}

0 commit comments

Comments
 (0)