9 Mar
2011
9 Mar
'11
12:35 p.m.
Ranjith T wrote:
I want the server to stop at "HANDLED" and send back "Access-Accept" back to the requested client from pre-proxy once the return is HANDLED.
The server isn't designed to do that. Once the request is proxied, you can't cancel it. And it makes *no* sense to decide to proxy it, and then to decide that the first decision was wrong. Just make the right decision in the first place. Alan DeKok.