From fd4191845b62a9bc7ad0cf23d6e64866dbc5e0f6 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 8 May 2009 14:25:51 +0000 Subject: handle big responses for "size" and "test" image_filters --- src/http/ngx_http_request.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http_request.h') 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; -- cgit v1.2.3