From 22bf3f0b412582c3cc48d0a9284a63679cebe178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Seixas?= Date: Tue, 4 Jun 2024 12:16:40 -0300 Subject: [PATCH] set default true --- CHANGELOG.md | 2 +- src/HttpClient/HttpClient.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e323780..951a9780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,7 +145,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [6.54.5] - 2021-10-22 -### Fixed +### Fixed - Extract session cookie in a safe manner diff --git a/src/HttpClient/HttpClient.ts b/src/HttpClient/HttpClient.ts index fd439982..94df78ae 100644 --- a/src/HttpClient/HttpClient.ts +++ b/src/HttpClient/HttpClient.ts @@ -51,7 +51,7 @@ export class HttpClient { memoryCache, diskCache, memoizable = true, - asyncSetCache, + asyncSetCache = true, locale, name, metrics,