From 192e496ba5a13d70a2afa59dcc17be1ca924f745 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 6 Aug 2021 00:57:41 +0800 Subject: [PATCH] modify --- HttpServer/Http/Request.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/HttpServer/Http/Request.php b/HttpServer/Http/Request.php index c83840d2..0c7fd5c0 100644 --- a/HttpServer/Http/Request.php +++ b/HttpServer/Http/Request.php @@ -38,16 +38,6 @@ class Request extends HttpService implements RequestInterface public int $fd = 0; - - - - /** - * @var HttpHeaders|null - */ - #[Inject(HttpHeaders::class)] - public ?HttpHeaders $headers = null; - - public bool $isCli = FALSE; public float $startTime;