Closed koudelka closed 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.
Upon further testing, this solution isn't actually viable.
However, the problem of halting in a before_start under rainbows remains.
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.