This commit is contained in:
2020-10-30 01:27:29 +08:00
parent c0992ce615
commit 4521a42701
+1 -1
View File
@@ -40,7 +40,7 @@ class Response extends Application
public bool $isWebSocket = false;
public array $headers = [];
private int $startTime = 0;
private float $startTime = 0;
private array $_format_maps = [
self::JSON => JsonFormatter::class,