diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 62e8ac2ea..f5b25c43a 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -6,7 +6,8 @@ #define NGX_ERROR -1 #define NGX_DONE NGX_ERROR #define NGX_AGAIN -2 -#define NGX_DECLINED -3 +#define NGX_WAITING -3 +#define NGX_DECLINED -4 #endif /* _NGX_CORE_H_INCLUDED_ */ |