Use strict comparison

This commit is contained in:
Zach Borboa
2021-07-25 23:45:52 -04:00
parent daa8bf2aea
commit 98a18bc086
+1 -1
View File
@@ -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;
}