mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
mvc: configdStream: actually, ob_end_flush() is still necessary
Turns out there is still implicit buffering happening, the exception thrown is due to a lack of error handling on the Phalcon side. Even the PHP docs suggest silencing this with '@'. This reverts commit 7c05e524b047e6d915b80994855a4e69d365645c.
This commit is contained in:
parent
7c05e524b0
commit
e23fee9ec7
@ -180,7 +180,7 @@ class ApiControllerBase extends ControllerRoot
|
||||
foreach ($headers as $header) {
|
||||
header($header);
|
||||
}
|
||||
|
||||
ob_end_flush();
|
||||
fpassthru($response);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user