Daniele Alessandri 14 роки тому
батько
коміт
d04c6d2670
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      lib/Predis.php

+ 0 - 3
lib/Predis.php

@@ -647,9 +647,6 @@ class ResponseReader {
         $header = $connection->readLine();
         if ($header === '') {
             $this->throwMalformedResponse('Unexpected empty header');
-            Utils::onCommunicationException(new MalformedServerResponse(
-                $connection, 'Unexpected empty header'
-            ));
         }
 
         $prefix  = $header[0];