comparison src/http/ngx_http_request.h @ 435:5cdc4838d4e8

nginx-0.0.11-2004-09-22-20:18:21 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Sep 2004 16:18:21 +0000
parents 9a97dcdd2421
children 9549fc9508e5
comparison
equal deleted inserted replaced
434:8998b09f89e9 435:5cdc4838d4e8
219 219
220 typedef struct { 220 typedef struct {
221 ngx_http_request_t *request; 221 ngx_http_request_t *request;
222 222
223 ngx_buf_t **busy; 223 ngx_buf_t **busy;
224 ngx_uint_t nbusy; 224 ngx_int_t nbusy;
225 225
226 ngx_buf_t **free; 226 ngx_buf_t **free;
227 ngx_uint_t nfree; 227 ngx_int_t nfree;
228 228
229 ngx_uint_t pipeline; /* unsigned pipeline:1; */ 229 ngx_uint_t pipeline; /* unsigned pipeline:1; */
230 } ngx_http_connection_t; 230 } ngx_http_connection_t;
231 231
232 232