comparison src/core/ngx_connection.h @ 432:11362a3e3911

nginx-0.0.11-2004-09-21-09:38:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Sep 2004 05:38:28 +0000
parents 47709bff4468
children da8c5707af39
comparison
equal deleted inserted replaced
431:358bbd2561b5 432:11362a3e3911
110 110
111 unsigned log_error:2; /* ngx_connection_log_error_e */ 111 unsigned log_error:2; /* ngx_connection_log_error_e */
112 112
113 unsigned buffered:1; 113 unsigned buffered:1;
114 unsigned single_connection:1; 114 unsigned single_connection:1;
115 unsigned pipeline:1;
116 unsigned unexpected_eof:1; 115 unsigned unexpected_eof:1;
117 unsigned timedout:1; 116 unsigned timedout:1;
118 signed tcp_nopush:2; 117 signed tcp_nopush:2;
119 #if (HAVE_IOCP) 118 #if (HAVE_IOCP)
120 unsigned accept_context_updated:1; 119 unsigned accept_context_updated:1;