comparison src/core/ngx_connection.h @ 380:5ce6561246a5

nginx-0.0.7-2004-07-07-10:15:04 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 06:15:04 +0000
parents 54f76b0b8dca
children d1222d46b3f9
comparison
equal deleted inserted replaced
379:73688d5d7fc3 380:5ce6561246a5
99 99
100 ngx_uint_t number; 100 ngx_uint_t number;
101 101
102 unsigned log_error:2; /* ngx_connection_log_error_e */ 102 unsigned log_error:2; /* ngx_connection_log_error_e */
103 103
104 unsigned single_connection:1;
104 unsigned pipeline:1; 105 unsigned pipeline:1;
105 unsigned unexpected_eof:1; 106 unsigned unexpected_eof:1;
106 unsigned timedout:1; 107 unsigned timedout:1;
107 signed tcp_nopush:2; 108 signed tcp_nopush:2;
108 #if (HAVE_IOCP) 109 #if (HAVE_IOCP)