flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.63k stars 409 forks source link

Output buffering correction #545

Closed n0nag0n closed 7 months ago

n0nag0n commented 7 months ago

This is a pretty good size overhaul but it moves things in the right direction where it should store all the output inside the Response->body parameter.