code444ConnectionClosedWithoutResponse constant

HttpStatus const code444ConnectionClosedWithoutResponse

An alias representing the connectionClosedWithoutResponse constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use connectionClosedWithoutResponse where possible.

444 CONNECTION CLOSED WITHOUT RESPONSE.

A non-standard status code used to instruct nginx to close the connection without sending a response to the client, most commonly used to deny malicious or malformed requests.

This status code is not seen by the client, it only appears in nginx log files.

Implementation

static const HttpStatus code444ConnectionClosedWithoutResponse =
    connectionClosedWithoutResponse;