diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-06-07 09:19:10 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-07 09:19:10 +0000 |
| commit | da6332fa98b2821453ed010697dcbd254db3991b (patch) | |
| tree | f103bb96ced131a5dd121e839f0aa449ead6ae97 /src/http/ngx_http_core_module.h | |
| parent | f4ed65dfaab1888cfdb8e355222d1bffdd5b0147 (diff) | |
| download | nginx-da6332fa98b2821453ed010697dcbd254db3991b.tar.gz nginx-da6332fa98b2821453ed010697dcbd254db3991b.tar.bz2 | |
merge r3412, r3485:
*) allow a chunked body for 201 responses
*) chunked_transfer_encoding
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 71d5b953c..e55c433bf 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -358,6 +358,7 @@ struct ngx_http_core_loc_conf_s { ngx_flag_t log_subrequest; /* log_subrequest */ ngx_flag_t recursive_error_pages; /* recursive_error_pages */ ngx_flag_t server_tokens; /* server_tokens */ + ngx_flag_t chunked_transfer_encoding; /* chunked_transfer_encoding */ #if (NGX_HTTP_GZIP) ngx_flag_t gzip_vary; /* gzip_vary */ |
