mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-29 19:54:49 +00:00
Update comment to match new behavior
This commit is contained in:
@@ -695,7 +695,7 @@ class MultiCurl
|
||||
// Remove completed instance from active curls.
|
||||
unset($this->activeCurls[$key]);
|
||||
|
||||
// Start a new request before removing the handle of the completed one.
|
||||
// Start new requests before removing the handle of the completed one.
|
||||
while (count($this->curls) >= 1 && count($this->activeCurls) < $this->concurrency) {
|
||||
$this->initHandle(array_shift($this->curls));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user