diff src/http/ngx_http_request.h @ 3604:3a64bdacf1e4

202 Accepted status code
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 13:38:39 +0000
parents 3711bb1336c3
children 64bd39f03182
line wrap: on
line diff
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -64,6 +64,7 @@
 
 #define NGX_HTTP_OK                        200
 #define NGX_HTTP_CREATED                   201
+#define NGX_HTTP_ACCEPTED                  202
 #define NGX_HTTP_NO_CONTENT                204
 #define NGX_HTTP_PARTIAL_CONTENT           206