Browse Source

Remove garbage.

Daniele Alessandri 14 năm trước cách đây
mục cha
commit
d04c6d2670
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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];