I have a handler that do some hard work under images. It's look like http://example.com/webservice.ashx?imageparam1=100&imageparam2=200
Each request to this handler take about 2-3 seconds.
I need a way to abort image generation if client close connection(i.e. close page or send request for another image).
Is there is a way to do this?