* William A. Rowe, Jr. wrote: > So perhaps it's time to deprecate req_rec::handler in favor of a handler_fn > or some other sort of hash, and make the handler phase 1:1 on the request?
That sounds like a very good idea to me. But how would you handle things like "handler1 returns DECLINED and handler2 takes over"? nd