parent
2139eeae07
commit
24fff22f9b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class WhoisClient {
|
|||
|
||||
while (!feof($ptr))
|
||||
{
|
||||
if (stream_select($r,$null,$null,$this->STIMEOUT))
|
||||
if (@stream_select($r,$null,$null,$this->STIMEOUT)!==false)
|
||||
{
|
||||
$raw .= fgets($ptr, $this->BUFFER);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue