summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-04-10 19:30:45 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-04-10 19:30:45 +0300
commit0a44ac371aaac75d505f9158d3553481a69c2609 (patch)
tree3e4ff17342f25c32cf89111859ea2fc4d368b93b /src/nxt_http.h
parent41317e37dae9afa3400084243175559a33f6686f (diff)
downloadunit-0a44ac371aaac75d505f9158d3553481a69c2609.tar.gz
unit-0a44ac371aaac75d505f9158d3553481a69c2609.tar.bz2
Splitting HTTP processing in more granulate connection states.
Diffstat (limited to 'src/nxt_http.h')
-rw-r--r--src/nxt_http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_http.h b/src/nxt_http.h
index be751994..5d31be88 100644
--- a/src/nxt_http.h
+++ b/src/nxt_http.h
@@ -20,6 +20,7 @@ typedef enum {
NXT_HTTP_NOT_MODIFIED = 304,
NXT_HTTP_BAD_REQUEST = 400,
+ NXT_HTTP_REQUEST_TIMEOUT = 408,
NXT_HTTP_LENGTH_REQUIRED = 411,
NXT_HTTP_PAYLOAD_TOO_LARGE = 413,
NXT_HTTP_URI_TOO_LONG = 414,