Skip to content

Commit

Permalink
Update CacheManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski authored Jan 19, 2022
1 parent 7a80483 commit 13e7621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ protected function getCurlHandleForCacheClearing(string $url, string $varnishUrl
{
$this->logger->debug('getCurlHandleForCacheClearing: ' . $url);

return $this->createCurlHandle($varnishUrl, 'X-Url: ' . $url);
return $this->createCurlHandle($varnishUrl, 'X-Url: (' . $url . ')');
}

/**
Expand Down

0 comments on commit 13e7621

Please sign in to comment.