mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
优化Response类的send方法 改进app_end的监听位置
This commit is contained in:
@@ -111,6 +111,10 @@ class Response
|
||||
}
|
||||
}
|
||||
echo $data;
|
||||
if (function_exists('fastcgi_finish_request')) {
|
||||
// 提高页面响应
|
||||
fastcgi_finish_request();
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user