소스 검색

baseWrite is_resource check

walkor 10 년 전
부모
커밋
411964ebea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Connection/TcpConnection.php

+ 1 - 1
Connection/TcpConnection.php

@@ -523,7 +523,7 @@ class TcpConnection extends ConnectionInterface
         }
         else
         {
-           if(feof($this->_socket))
+           if(feof($this->_socket) || !is_resource($this->_socket))
            {
                self::$statistics['send_fail']++;
                $this->destroy();