mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13740] Enhance server output buffer bypass
PHPBB3-13740
This commit is contained in:
@@ -167,6 +167,9 @@ class install
|
||||
$installer->run();
|
||||
});
|
||||
|
||||
// Try to bypass any server output buffers
|
||||
$response->headers->set('X-Accel-Buffering', 'no');
|
||||
|
||||
return $response;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user