Explorar el Código

Remove garbage.

Daniele Alessandri hace 14 años
padre
commit
d04c6d2670
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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];