diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-05-14 11:31:50 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-14 11:31:50 +0000 |
| commit | 7d9e3345cde0d3bc9dd84470ed45800e12cca282 (patch) | |
| tree | 081804dfca77a5741a99e305bcc4fd60f7341699 /src/http/ngx_http_core_module.h | |
| parent | ea8828b99ef34db70937f03adf02ab76ddd9dd7a (diff) | |
| download | nginx-7d9e3345cde0d3bc9dd84470ed45800e12cca282.tar.gz nginx-7d9e3345cde0d3bc9dd84470ed45800e12cca282.tar.bz2 | |
fix client_body_in_file_only type
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 2c4e45acd..915b438bc 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -339,9 +339,9 @@ struct ngx_http_core_loc_conf_s { ngx_uint_t satisfy; /* satisfy */ 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 internal; /* internal */ - ngx_flag_t client_body_in_file_only; /* client_body_in_file_only */ ngx_flag_t sendfile; /* sendfile */ ngx_flag_t tcp_nopush; /* tcp_nopush */ ngx_flag_t tcp_nodelay; /* tcp_nodelay */ |
