summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 139a569)
raw | patch | inline | side by side (parent: 139a569)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Jan 2008 11:13:56 +0000 (11:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Jan 2008 11:13:56 +0000 (11:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8517 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_socketClient.inc | patch | blob | history |
index 517a9a0b26749fecb22171437c407c2b9ee164a0..72230451b4fda08f689fe71c557afe26680fde03 100644 (file)
while($num && get_MicroTimeDiff($start,microtime()) < $this->timeout){
$str.= fread($this->handle, 1024000);
$read = array("0"=>$this->handle);
- $num = @stream_select($read,$write,$accept,floor($this->timeout), ceil($this->timeout*100000));
+ $num = stream_select($read,$write,$accept,0,200);
}
$this->bytes_read = strlen($str);
$this->b_data_send = FALSE;