comparison src/core/ngx_connection.h @ 2888:512d164a8348

keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 May 2009 15:38:36 +0000
parents d788477f5a67
children 113cd532b328
comparison
equal deleted inserted replaced
2887:78277989e9ea 2888:512d164a8348
133 133
134 ngx_buf_t *buffer; 134 ngx_buf_t *buffer;
135 135
136 ngx_atomic_uint_t number; 136 ngx_atomic_uint_t number;
137 137
138 ngx_uint_t requests;
139
138 unsigned buffered:8; 140 unsigned buffered:8;
139 141
140 unsigned log_error:3; /* ngx_connection_log_error_e */ 142 unsigned log_error:3; /* ngx_connection_log_error_e */
141 143
142 unsigned single_connection:1; 144 unsigned single_connection:1;