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 e0c987c38..e4a1cf059 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -541,6 +541,7 @@ struct ngx_http_request_s { unsigned disable_not_modified:1; unsigned stat_reading:1; unsigned stat_writing:1; + unsigned stat_processing:1; unsigned health_check:1; |