diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-01 16:20:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-01 16:20:53 +0000 |
| commit | dbb27765706e2d2f35b0af57c317b58d2d9d6ec9 (patch) | |
| tree | 69760523cc77e8244f0f1d5c3c0247544a1179b9 /src/http/ngx_http_core_module.h | |
| parent | 205dc145c5d22613826927d6ae8ccd3a69d0e907 (diff) | |
| download | nginx-dbb27765706e2d2f35b0af57c317b58d2d9d6ec9.tar.gz nginx-dbb27765706e2d2f35b0af57c317b58d2d9d6ec9.tar.bz2 | |
nginx-0.0.3-2004-04-01-20:20:53 import
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 3af3ed480..130106bae 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -124,6 +124,7 @@ typedef struct { size_t client_max_body_size; /* client_max_body_size */ size_t send_lowat; /* send_lowat */ size_t discarded_buffer_size; /* discarded_buffer_size */ + size_t client_body_buffer_size; /* client_body_buffer_size */ ngx_msec_t client_body_timeout; /* client_body_timeout */ ngx_msec_t send_timeout; /* send_timeout */ |
