Let say we have a spring web application called Client and another spring web application called Server and both are deployed on tomcat9, client is making a request to server and server is now processing the req, in between client have closed the connection and I want to cancel the in process req, Is there any way I can get the client connection from httpservletRequest and check if conn is still alive and can kill the processing thread somehow?