slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.98k stars 1.95k forks source link

Do not assume Response is writable #1530

Closed codeguy closed 9 years ago

codeguy commented 9 years ago

In Route.php line 340, we should not assume Response body is writable.

https://github.com/slimphp/Slim/blob/3.x/Slim/Route.php#L340

codeguy commented 9 years ago

Also line 336

gabriel403 commented 9 years ago

@codeguy I'm happy to have a go at this, but what should we do if it's not writeable?