Output buffering

Hello,

if the setting output buffering is false, the framework (Slim v3) shouldn’t call ob_start on $app->run().

What is the reason to call ob_start even if output buffering is false?

Thiago