From 383f83e95a1c39c561bf2f630dad07cc2d471c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 5 Mar 2021 13:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/Response.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index 38166d30..7c24e81d 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -274,6 +274,7 @@ class Response extends HttpService * @param string $path * @param int $offset * @param int $limit + * @param int $sleep */ public function sendFile(string $path, $offset = 0, $limit = 1024000, $sleep = 0) {