This commit is contained in:
2020-09-16 20:43:51 +08:00
parent c2eb4413e4
commit ab0ffb66d9
+1
View File
@@ -183,6 +183,7 @@ class Response extends Application
$sendData = '';
}
$this->response->end($sendData);
$this->response = null;
return $sendData;
}