aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index 3a0e9dd2e..652647100 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -36,11 +36,11 @@ typedef struct ngx_connection_s ngx_connection_t;
#define NGX_OK 0
#define NGX_ERROR -1
#define NGX_AGAIN -2
+#define NGX_DONE -3
#define NGX_DECLINED -4
#define NGX_ABORT -5
/*
-#define NGX_DONE -3
#define NGX_BUSY -3
#define NGX_ALERT -5
*/