mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13740] Enhance server output buffer bypass
PHPBB3-13740
This commit is contained in:
parent
98d9d92aa7
commit
dd31020fb3
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ class install
|
||||||
$installer->run();
|
$installer->run();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Try to bypass any server output buffers
|
||||||
|
$response->headers->set('X-Accel-Buffering', 'no');
|
||||||
|
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue