diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-05-14 11:41:33 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-14 11:41:33 +0000 |
| commit | bfbded71fce2540af08e6dd082e7013dbf02c5b8 (patch) | |
| tree | 5b48a60e6fe908439b459704dd0789c3fb4e29e6 /src/http/ngx_http_core_module.h | |
| parent | ff07f319c9e992ffbf2fde78ad278eb519e534d5 (diff) | |
| download | nginx-bfbded71fce2540af08e6dd082e7013dbf02c5b8.tar.gz nginx-bfbded71fce2540af08e6dd082e7013dbf02c5b8.tar.bz2 | |
client_body_in_single_buffer
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 915b438bc..6abfc6e23 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -341,6 +341,8 @@ struct ngx_http_core_loc_conf_s { ngx_uint_t if_modified_since; /* if_modified_since */ ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */ + ngx_flag_t client_body_in_single_buffer; + /* client_body_in_singe_buffer */ ngx_flag_t internal; /* internal */ ngx_flag_t sendfile; /* sendfile */ ngx_flag_t tcp_nopush; /* tcp_nopush */ |
