mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-12 03:16:34 +00:00
Use strict comparison
This commit is contained in:
+1
-1
@@ -409,7 +409,7 @@ class Curl
|
||||
|
||||
$multi_curl->addCurl($curl);
|
||||
|
||||
if ($i != $connections) {
|
||||
if ($i !== $connections) {
|
||||
$offset = $nextChunk + 1; // Add 1 to match offset.
|
||||
$nextChunk = $nextChunk + $chunkSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user