Skip to content

Commit e69c2f7

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: added missing translations for Bosnian (bs) Add the missing greek translations for security core and validator component Do not call substr_count() if ip is null to avoid deprecation warning in PHP 8.1 [Security][Validator] Add missing translations for Slovenian (sl) [Security][Validator] Add missing translations for Finnish (fi) [Cache] Commit items implicitly only when deferred keys are requested [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services
2 parents f3eee49 + f2b34b8 commit e69c2f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/HttpClientPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function process(ContainerBuilder $container)
4242
foreach ($container->findTaggedServiceIds($this->clientTag) as $id => $tags) {
4343
$container->register('.debug.'.$id, TraceableHttpClient::class)
4444
->setArguments([new Reference('.debug.'.$id.'.inner'), new Reference('debug.stopwatch', ContainerInterface::IGNORE_ON_INVALID_REFERENCE)])
45+
->addTag('kernel.reset', ['method' => 'reset'])
4546
->setDecoratedService($id);
4647
$container->getDefinition('data_collector.http_client')
4748
->addMethodCall('registerClient', [$id, new Reference('.debug.'.$id)]);

0 commit comments

Comments
 (0)