comparison src/core/ngx_connection.h @ 356:2e3cbc1bbe3c

nginx-0.0.7-2004-06-16-19:32:11 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Jun 2004 15:32:11 +0000
parents 55e496a8ece3
children 54f76b0b8dca
comparison
equal deleted inserted replaced
355:0fb6c53fb135 356:2e3cbc1bbe3c
95 socklen_t local_socklen; 95 socklen_t local_socklen;
96 #endif 96 #endif
97 97
98 ngx_buf_t *buffer; 98 ngx_buf_t *buffer;
99 99
100 ngx_int_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 pipeline:1; 104 unsigned pipeline:1;
105 unsigned unexpected_eof:1; 105 unsigned unexpected_eof:1;