Skip to content

Commit 380abb4

Browse files
Merge branch '4.4'
* 4.4: (23 commits) [HttpFoundation] fix docblock [HttpKernel] Flatten "exception" controller argument if not typed Fix MySQL column type definition. Link the right file depending on the new version [Cache] Redis Tag Aware warn on wrong eviction policy [HttpClient] fix HttpClientDataCollector [HttpKernel] collect bundle classes, not paths [Config] fix id-generation for GlobResource [HttpKernel] dont check cache freshness more than once per process [Finder] Allow ssh2 stream wrapper for sftp [FrameworkBundle] fix wiring of httplug client add FrameworkBundle requirement [SecurityBundle] add tests with empty authenticator [Security] always check the token on non-lazy firewalls [DI] Use reproducible entropy to generate env placeholders [WebProfilerBundle] Require symfony/twig-bundle [Mailer] Add UPGRADE entry about the null transport DSN bumped Symfony version to 4.3.9 updated VERSION for 4.3.8 updated CHANGELOG for 4.3.8 ...
2 parents 646f1e2 + 3873fae commit 380abb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DataCollector/HttpClientDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ private function collectOnClient(TraceableHttpClient $client): array
133133

134134
$debugInfo = array_diff_key($info, $baseInfo);
135135
$info = array_diff_key($info, $debugInfo) + ['debug_info' => $debugInfo];
136+
unset($traces[$i]['info']); // break PHP reference used by TraceableHttpClient
136137
$traces[$i]['info'] = $this->cloneVar($info);
137138
$traces[$i]['options'] = $this->cloneVar($trace['options']);
138139
}

0 commit comments

Comments
 (0)