改名
This commit is contained in:
@@ -224,10 +224,8 @@ class Response extends HttpService
|
|||||||
private function sendData($sendData, $status): string
|
private function sendData($sendData, $status): string
|
||||||
{
|
{
|
||||||
$sendData = $this->setHeaders($status, $sendData);
|
$sendData = $this->setHeaders($status, $sendData);
|
||||||
|
|
||||||
$this->success(request()->getUri());
|
|
||||||
|
|
||||||
if (mb_strlen($sendData) >= 134217728) {
|
if (mb_strlen($sendData) >= 134217728) {
|
||||||
|
var_dump($sendData);
|
||||||
$this->response->end('');
|
$this->response->end('');
|
||||||
} else {
|
} else {
|
||||||
$this->response->end($sendData);
|
$this->response->end($sendData);
|
||||||
|
|||||||
Reference in New Issue
Block a user