Selaa lähdekoodia

Remove garbage.

Daniele Alessandri 14 vuotta sitten
vanhempi
commit
d04c6d2670
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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];