Let's imagine a web client makes an HTTP request to a server.
I need a way to know if the client closed the connection while the server was processing it's request.
I understand that there is 499 status code (Client closed request) but from what I've seen it's intended for request's to Nginx web server.
I'm using Websphere Application Server, and followed these steps to get the status code: