mirror of
https://github.com/predis/predis.git
synced 2026-09-11 19:07:30 +00:00
Merge remote-tracking branch 'github/pr/184' into v0.8
This commit is contained in:
@@ -183,7 +183,7 @@ class StreamConnection extends AbstractConnection
|
||||
$socket = $this->getResource();
|
||||
|
||||
while (($length = strlen($buffer)) > 0) {
|
||||
$written = fwrite($socket, $buffer);
|
||||
$written = @fwrite($socket, $buffer);
|
||||
|
||||
if ($length === $written) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user