This commit is contained in:
Zach Borboa
2026-03-01 22:34:09 -05:00
parent 41e2f43610
commit 06dc90ebf7
+1 -1
View File
@@ -4690,7 +4690,7 @@ class PHPCurlClassTest extends \PHPUnit\Framework\TestCase
// likelihood that the request will be stopped before the full response
// is downloaded.
// 51200 bytes/s = 50 kilobits/s.
$test_2->setOpt(CURLOPT_MAX_RECV_SPEED_LARGE, 51200);
$test_2->curl->setOpt(CURLOPT_MAX_RECV_SPEED_LARGE, 51200);
$test_2->curl->setStop($stop_request_early);
$test_2->server('download_file_size', 'GET', [
'bytes' => $response_length_bytes,