Closed codeguy closed 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
Also line 336
@codeguy I'm happy to have a go at this, but what should we do if it's not writeable?
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