mperham / rack-fiber_pool

Rack middleware to execute each request in a Fiber
MIT License
244 stars 24 forks source link

Fix response from rescued exceptions conform to rack spec. #22

Closed bo-chen closed 11 years ago

bo-chen commented 11 years ago

The body part of the response must respond to each, and yield strings. see "The Body" in: http://rack.rubyforge.org/doc/files/SPEC.html.