comparison src/core/ngx_connection.h @ 399:4e21d1291a14

nginx-0.0.7-2004-07-25-22:34:14 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Jul 2004 18:34:14 +0000
parents 6f3b20c1ac50
children 0526206251f6
comparison
equal deleted inserted replaced
398:201b5f68b59f 399:4e21d1291a14
106 106
107 ngx_uint_t number; 107 ngx_uint_t number;
108 108
109 unsigned log_error:2; /* ngx_connection_log_error_e */ 109 unsigned log_error:2; /* ngx_connection_log_error_e */
110 110
111 unsigned buffered:1;
111 unsigned single_connection:1; 112 unsigned single_connection:1;
112 unsigned pipeline:1; 113 unsigned pipeline:1;
113 unsigned unexpected_eof:1; 114 unsigned unexpected_eof:1;
114 unsigned timedout:1; 115 unsigned timedout:1;
115 signed tcp_nopush:2; 116 signed tcp_nopush:2;