diff src/core/ngx_core.h @ 148:5afee0074707

nginx-0.0.1-2003-10-17-00:19:16 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Oct 2003 20:19:16 +0000
parents 5526213be452
children 70b36c805682
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -36,11 +36,11 @@ typedef struct ngx_connection_s  ngx_con
 #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
 */