Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index b2d41849c..fa8fd0fca 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -437,6 +437,8 @@ struct ngx_http_request_s {
unsigned internal:1;
unsigned post_action:1;
unsigned request_complete:1;
+ unsigned request_output:1;
+ unsigned header_sent:1;
unsigned done:1;
unsigned utf8:1;