This commit is contained in:
2020-09-17 13:56:57 +08:00
parent 06ba4acd51
commit 6f8e024fae
11 changed files with 77 additions and 64 deletions
+1
View File
@@ -189,6 +189,7 @@ class Response extends Application
}
$this->response->end($sendData);
$this->response = null;
unset($this->response);
return $sendData;
}