diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-08 14:25:51 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-08 14:25:51 +0000 |
commit | fd4191845b62a9bc7ad0cf23d6e64866dbc5e0f6 (patch) | |
tree | c7ff251d2c11da5aea16f3780cdb39fed1c1efc1 /src/http/ngx_http_request.h | |
parent | 4318688cce5dc30a2db7bfe1a734e1ff6782e7f9 (diff) | |
download | nginx-fd4191845b62a9bc7ad0cf23d6e64866dbc5e0f6.tar.gz nginx-fd4191845b62a9bc7ad0cf23d6e64866dbc5e0f6.zip |
handle big responses for "size" and "test" image_filters
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 23a884630..4fef7c36c 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -478,6 +478,7 @@ struct ngx_http_request_s { unsigned discard_body:1; unsigned internal:1; unsigned error_page:1; + unsigned filter_finalize:1; unsigned post_action:1; unsigned request_complete:1; unsigned request_output:1; |