Hi guys,
New to phalcon, just testing the waters here.
One thing I can't figure out is how to do is stream live output (traceroute in this case to an ajax call).
For normal PHP, you'd call ob_start(); echo / print
out the results in a loop, and call ob_flush()/flush()
after each print job.
I couldn't find anything relevant within Phalcon\Http\Response() that would allow me to do anything similar.
What am I missing?
Thanks for taking the time to read this!