From 7f4c0c8e41811bc5bd2d5a5fba6ddd66dac57cd0 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Tue, 19 Apr 2016 16:08:03 +0100 Subject: [PATCH] Updates title of 444 --- contents/codes/444.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contents/codes/444.md b/contents/codes/444.md index 2da1552..22d9ce4 100644 --- a/contents/codes/444.md +++ b/contents/codes/444.md @@ -1,9 +1,7 @@ --- -# This is not a status code available in the standard, but it exists -# with significant prominence in the wild set: 4 code: 444 -title: Nginx closed connection without sending a response. +title: Connection Closed Without Response --- A non-standard status code used to instruct [nginx][2] to close the connection without sending a response to the client, most commonly used to deny malicious or malformed requests.