comparison src/core/ngx_connection.h @ 346:55e496a8ece3

nginx-0.0.3-2004-06-06-23:49:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 06 Jun 2004 19:49:18 +0000
parents e366ba5db8f8
children 2e3cbc1bbe3c
comparison
equal deleted inserted replaced
345:fade4edd61f8 346:55e496a8ece3
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 pipeline:1; 104 unsigned pipeline:1;
105 unsigned unexpected_eof:1; 105 unsigned unexpected_eof:1;
106 unsigned timedout:1;
106 signed tcp_nopush:2; 107 signed tcp_nopush:2;
107 #if (HAVE_IOCP) 108 #if (HAVE_IOCP)
108 unsigned accept_context_updated:1; 109 unsigned accept_context_updated:1;
109 #endif 110 #endif
110 }; 111 };