This commit is contained in:
as2252258@163.com
2021-04-24 17:49:11 +08:00
parent 25b78fd0c5
commit 9848f102a5
+1
View File
@@ -251,6 +251,7 @@ class Response extends HttpService
foreach ($this->headers as $key => $header) {
$response->header($key, $header, true);
}
$this->headers = [];
}