Function justifiesConnectionClose
Determines if the given status code justifies closing the connection (e.g. evil big request bodies)
bool justifiesConnectionClose
(
int status
) pure nothrow @nogc @safe;