diff src/http/ngx_http_core_module.h @ 2845:10d6b9950453

client_body_in_single_buffer
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 11:41:33 +0000
parents faafc084a7a4
children 507fc5ac9839
line wrap: on
line diff
--- 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 */