diff --git a/CurlMulti.php b/CurlMulti.php index da75a71..6a33b51 100644 --- a/CurlMulti.php +++ b/CurlMulti.php @@ -329,6 +329,7 @@ private function callCbInfo($force = false) { $this->info ['all'] ['downloadSpeed'] = round ( $this->info ['all'] ['downloadSize'] / $this->info ['all'] ['timeSpentDownload'], 2 ); } // running + $this->info ['running'] = array(); foreach ( $this->taskRunning as $k => $v ) { $this->info ['running'] [$k] = curl_getinfo ( $v [self::TASK_CH] ); } @@ -567,4 +568,4 @@ private function curlInit($url) { curl_setopt_array ( $ch, $opt ); return $ch; } -} \ No newline at end of file +}