Skip to content

Commit

Permalink
Merge pull request #1 from Zjmainstay/master
Browse files Browse the repository at this point in the history
Update CurlMulti.php
  • Loading branch information
ares333 committed Jan 5, 2015
2 parents 6a86268 + f784cb9 commit 2df6d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CurlMulti.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,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] );
}
Expand Down

0 comments on commit 2df6d1c

Please sign in to comment.