We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aafc1d + 421605d commit dbc7e32Copy full SHA for dbc7e32
src/M6Web/Component/Statsd/Client.php
@@ -319,7 +319,7 @@ public function writeDatas($server, $datas)
319
throw new Exception($server." undefined in the configuration");
320
}
321
$s = $this->getServers()[$server];
322
- $fp = fsockopen($s['address'], $s['port']);
+ $fp = @fsockopen($s['address'], $s['port']);
323
if ($fp !== false) {
324
foreach ($datas as $value) {
325
// write packets
0 commit comments