diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-22 16:18:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-22 16:18:21 +0000 |
commit | 85080d09ad785214243d60474d25894fcf24e27d (patch) | |
tree | 0f3198ccf0603955dfc33dec639d5ec115214b19 /src/http/ngx_http_request.h | |
parent | f1602634ad817eb03bf7873641ed3c2bfa7223f6 (diff) | |
download | nginx-85080d09ad785214243d60474d25894fcf24e27d.tar.gz nginx-85080d09ad785214243d60474d25894fcf24e27d.zip |
nginx-0.0.11-2004-09-22-20:18:21 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 8ecdfd11f..c719be897 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -221,10 +221,10 @@ typedef struct { ngx_http_request_t *request; ngx_buf_t **busy; - ngx_uint_t nbusy; + ngx_int_t nbusy; ngx_buf_t **free; - ngx_uint_t nfree; + ngx_int_t nfree; ngx_uint_t pipeline; /* unsigned pipeline:1; */ } ngx_http_connection_t; |