nextcloud-server/lib/private/legacy
Côme Chilliet e54eef5ae3
fix: Do not try to set HTTP response code on already closed connection
This avoids a PHP warning in the logs about trying to set the response
 code while the output already started. It’s useless to try to print an
 error page anyway in this situation because the connection was closed
 already.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-14 14:20:49 +07:00
..
template style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OC_App.php fix: Replace OC_App::getAllApps with a method in AppManager 2024-09-13 10:08:44 +07:00
OC_Defaults.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OC_Files.php fix: Do not try to set HTTP response code on already closed connection 2024-09-14 14:20:49 +07:00
OC_Helper.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OC_Hook.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OC_JSON.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OC_Response.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OC_Template.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OC_User.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OC_Util.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00