comparison src/core/ngx_connection.h @ 388:8815ae9c367b NGINX_0_6_38

nginx 0.6.38 *) Feature: the "keepalive_requests" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Jun 2009 00:00:00 +0400
parents 09b703ae3ba5
children
comparison
equal deleted inserted replaced
387:837f381d298f 388:8815ae9c367b
132 132
133 ngx_buf_t *buffer; 133 ngx_buf_t *buffer;
134 134
135 ngx_atomic_uint_t number; 135 ngx_atomic_uint_t number;
136 136
137 ngx_uint_t requests;
138
137 unsigned buffered:8; 139 unsigned buffered:8;
138 140
139 unsigned log_error:3; /* ngx_connection_log_error_e */ 141 unsigned log_error:3; /* ngx_connection_log_error_e */
140 142
141 unsigned single_connection:1; 143 unsigned single_connection:1;