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 4219977 commit 688baacCopy full SHA for 688baac
CachingHttpClient.php
@@ -55,6 +55,8 @@ public function __construct(HttpClientInterface $client, StoreInterface $store,
55
unset($defaultOptions['allow_revalidate']);
56
unset($defaultOptions['stale_while_revalidate']);
57
unset($defaultOptions['stale_if_error']);
58
+ unset($defaultOptions['trace_level']);
59
+ unset($defaultOptions['trace_header']);
60
61
if ($defaultOptions) {
62
[, $this->defaultOptions] = self::prepareRequest(null, null, $defaultOptions, $this->defaultOptions);
0 commit comments