lifo / cramp

Real-time web application framework in Ruby
http://cramp.in
MIT License
1.5k stars 121 forks source link

Fixing async.callback in send_response to properly follow the async-rack #30

Closed koudelka closed 13 years ago

koudelka commented 13 years ago

Fixing async.callback in send_response to properly follow the async-rack spec.

Prior to this, calling halt in a before_start filter would crash rainbows.

koudelka commented 13 years ago

Upon further testing, this solution isn't actually viable.

However, the problem of halting in a before_start under rainbows remains.