From e8dd9f5b7e58dd7635db37b41e003e27fc58779c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 27 Nov 2020 14:31:19 +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 deletion(-) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index c1973667..bd14444d 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -215,7 +215,6 @@ class Response extends Application $this->response->status($status); $this->response->header('Content-Type', $this->getContentType()); $this->response->header('Run-Time', $this->getRuntime()); - var_dump($this->headers); if (!empty($this->headers) && is_array($this->headers)) { foreach ($this->headers as $key => $header) { $this->response->header($key, $header);