aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-18 20:51:51 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-18 20:51:51 +0000
commitda7281a6daef3a48ea7dd9574dc80234b9b86308 (patch)
treeb48111c3ae3ac3ee7d5fbdafe393be6ee2967aec /src/http/ngx_http_request.h
parent5fdb179a607ae5bd5e9d1936a864910eecff6e5b (diff)
downloadnginx-da7281a6daef3a48ea7dd9574dc80234b9b86308.tar.gz
nginx-da7281a6daef3a48ea7dd9574dc80234b9b86308.zip
NGX_HTTP_PRECONDITION_FAILED
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 5cdcb9498..22e17ee37 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -77,6 +77,7 @@
#define NGX_HTTP_REQUEST_TIME_OUT 408
#define NGX_HTTP_CONFLICT 409
#define NGX_HTTP_LENGTH_REQUIRED 411
+#define NGX_HTTP_PRECONDITION_FAILED 412
#define NGX_HTTP_REQUEST_ENTITY_TOO_LARGE 413
#define NGX_HTTP_REQUEST_URI_TOO_LARGE 414
#define NGX_HTTP_UNSUPPORTED_MEDIA_TYPE 415