This commit is contained in:
2020-11-27 14:31:19 +08:00
parent fae348e594
commit e8dd9f5b7e
-1
View File
@@ -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);