diff options
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; |