Disabled chunked transfer encoding for 204 responses.

This commit is contained in:
Igor Sysoev
2018-09-28 17:32:02 +03:00
parent 92da8dae1e
commit b5d4fc939e
3 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ typedef enum {
NXT_HTTP_INVALID = 0,
NXT_HTTP_OK = 200,
NXT_HTTP_NO_CONTENT = 204,
NXT_HTTP_MULTIPLE_CHOICES = 300,
NXT_HTTP_MOVED_PERMANENTLY = 301,