![]() |
[SOLVED] Chunked / Streamed response - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: [SOLVED] Chunked / Streamed response (/showthread.php?tid=77201) |
[SOLVED] Chunked / Streamed response - marios88 - 08-01-2020 Hello Is there a recommended way to send chunked or streaming responses from the controller? Thanks RE: Chunked / Streamed response - marios88 - 08-06-2020 That was actually easy, problem was with apache and php-fpm, make sure you have flushpackets=auto in your virtualhost conf Code: <FilesMatch \.php$> ----- example controller ----- PHP Code: public function test(){ |