Skip to content

Commit e28b9d7

Browse files
committed
fix: add missing outputBufferingEnd()
1 parent 9dd7cb0 commit e28b9d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/CodeIgniter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ protected function handleRequest(?RouteCollectionInterface $routes, Cache $cache
468468

469469
// If a ResponseInterface instance is returned then send it back to the client and stop
470470
if ($possibleResponse instanceof ResponseInterface) {
471+
$this->outputBufferingEnd();
472+
471473
return $possibleResponse;
472474
}
473475

0 commit comments

Comments
 (0)