diff src/core/ngx_core.h @ 143:5526213be452

nginx-0.0.1-2003-10-10-19:10:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Oct 2003 15:10:50 +0000
parents be27f922b9a2
children 5afee0074707
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -36,12 +36,12 @@ typedef struct ngx_connection_s  ngx_con
 #define  NGX_OK          0
 #define  NGX_ERROR      -1
 #define  NGX_AGAIN      -2
+#define  NGX_DECLINED   -4
+#define  NGX_ABORT      -5
+
+/*
 #define  NGX_DONE       -3
-/*
 #define  NGX_BUSY       -3
-*/
-#define  NGX_DECLINED   -4
-/*
 #define  NGX_ALERT      -5
 */