What will happened to server request if client suddenly close it's connection.
Posted
by Salamander2007
on Stack Overflow
See other posts from Stack Overflow
or by Salamander2007
Published on 2010-03-31T04:49:18Z
Indexed on
2010/03/31
6:03 UTC
Read the original article
Hit count: 269
If I have a page that takes some amount of time to process, and suddenly the client closes it's connection (network disconnect, browser closed, etc), what will happened to the processing operation on the server side? Is it get canceled automatically or it continues to process, and then stop right before rendering?
© Stack Overflow or respective owner