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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index f3302c315..62e8ac2ea 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -4,6 +4,7 @@
#define NGX_OK 0
#define NGX_ERROR -1
+#define NGX_DONE NGX_ERROR
#define NGX_AGAIN -2
#define NGX_DECLINED -3