What happens when a user presses stop in their web browser?
- by Jon Winstanley
If a page is called that requires a lot of processing and the user clicks stop before the end, does the browser simply stop the request at the client side?
Or is a 'stop' message sent to the server, i.e. is the processing cancelled?