clientClosedRequest constant

int const clientClosedRequest

clientClosedRequest = 499.

This response code is used when the client has closed the connection before the server could send a response. This is often used in association with a load balancer or reverse proxy.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/499

Implementation

static const int clientClosedRequest = 499;