note about error in-app error handling

This commit is contained in:
John Bintz 2012-09-19 10:49:16 -04:00
parent fd5a05afae
commit 8d761768e8

View File

@ -44,5 +44,8 @@ use Rack::EMStream do |exception, environment|
end
```
This, of course, means that you need to push all of your in-app error handing to happen before your response
object hits `each`, but that's the price you pay for super-simple deferred streaming.
I'm still pretty n00b to async stuff, so if you have suggestions, let me know!