summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-07 09:19:10 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-07 09:19:10 +0000
commitda6332fa98b2821453ed010697dcbd254db3991b (patch)
treef103bb96ced131a5dd121e839f0aa449ead6ae97 /src/http/ngx_http_core_module.h
parentf4ed65dfaab1888cfdb8e355222d1bffdd5b0147 (diff)
downloadnginx-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.h1
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 */