connectionClosedWithoutResponse constant

int const connectionClosedWithoutResponse

connectionClosedWithoutResponse = 444.

This response code is used when the server has closed the connection without sending any response to the client. This is often used in association with a load balancer or reverse proxy.

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

Implementation

static const int connectionClosedWithoutResponse = 444;