Is it possible for a module to get notified that a GET or POST request was
cancelled by the client? My procedure will take a long time to process and I
would like to know (during processing) if the request was cancelled. I
suppose I can do a Ns_ConnPuts during my processing and check for it's
return value and assume that if it failed then the request was cancelled. Is
there a more cleaner way?

Thanks,
Ramin.

Reply via email to