comparison src/core/ngx_connection.h @ 2967:0ea35a84c72d stable-0.6

merge r2889: keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:50:51 +0000
parents 567028e737cc
children
comparison
equal deleted inserted replaced
2966:39bc8715527c 2967:0ea35a84c72d
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;