On Thu, Jul 28, 2011 at 7:26 AM, Tony Abo <t...@hitech.com> wrote: > I am working on a custom request handler that works with Apache 2.x. There > are times that the request may take a considerable amount of time to process. > I need to cut the processing short if the user decides to press the stop > button on the browser. I cant seem to figure out how to test for that > condition from inside the handler. Can anyone help me? > > Thanks in advance, > Tony
r->connection->aborted Cheers Tom