1

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:

Community
  • 1
  • 1
RedEagle
  • 4,418
  • 9
  • 41
  • 64
  • Can you describe your setup a little more? Are you running nginx as a proxy to your application? And what does the architecture look like behind nginx? If you have something like a load balancer -> nginx -> web app it could be tricky – crockpotveggies May 13 '12 at 02:44

0 Answers0