diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-02 21:14:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-02 21:14:37 +0000 |
commit | ea17edc917ce07ceff023c304e29b2dad40718c4 (patch) | |
tree | d5e059d98afb1595bcd12effa90cc87a7a5ba065 /src/core/ngx_core.h | |
parent | ea0b1d973c975d8f61aad1198ae391e8eba1c8b9 (diff) | |
download | nginx-ea17edc917ce07ceff023c304e29b2dad40718c4.tar.gz nginx-ea17edc917ce07ceff023c304e29b2dad40718c4.zip |
nginx-0.0.2-2004-03-03-00:14:37 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index f8803c8ff..7735ab10b 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -48,14 +48,10 @@ 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_BUSY -3 -#define NGX_ALERT -5 -*/ +#define NGX_DONE -4 +#define NGX_DECLINED -5 +#define NGX_ABORT -6 #define LF 10 |