diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-26 16:04:05 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-26 16:04:05 +0000 |
commit | b603dd4b43b8c4b2cf8a1e74a87fd5799ab537b6 (patch) | |
tree | aa0664cbf5c6812aa0dd3335d01f2496233061d4 /src/http/ngx_http_request.h | |
parent | 450659e62a74d2f4abe17c7a0dec77ffd3b9f123 (diff) | |
download | nginx-b603dd4b43b8c4b2cf8a1e74a87fd5799ab537b6.tar.gz nginx-b603dd4b43b8c4b2cf8a1e74a87fd5799ab537b6.zip |
request reference counter
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 51f8419b4..7b984fb27 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -502,6 +502,7 @@ struct ngx_http_request_s { #endif unsigned subrequests:8; + unsigned count:8; /* used to parse HTTP headers */ |