@@ -593,7 +593,7 @@ class util
public static function need_check($net_errno)
{
- if($net_errno === 0) return false;
+ if(empty($net_errno)) return false;
[$type,$code] = explode('-',$net_errno);
$code = intval($code);