diff options
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 */ |