소스 검색

Remove garbage.

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];