diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-04-17 17:59:35 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-04-17 17:59:35 +0000 |
| commit | 6a7fd11170b5e8f62f67c739da6d83470f5407fd (patch) | |
| tree | b6180f27545dff757fa3506b29ba029bbb00eb80 /src/http/modules/proxy/ngx_http_event_proxy_handler.h | |
| parent | 153d743b071263686878c7a72b313a060cd2b9d8 (diff) | |
| download | nginx-6a7fd11170b5e8f62f67c739da6d83470f5407fd.tar.gz nginx-6a7fd11170b5e8f62f67c739da6d83470f5407fd.tar.bz2 | |
nginx-0.0.1-2003-04-17-21:59:35 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_event_proxy_handler.h')
| -rw-r--r-- | src/http/modules/proxy/ngx_http_event_proxy_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_event_proxy_handler.h b/src/http/modules/proxy/ngx_http_event_proxy_handler.h index f0fcd976c..64f14e2fc 100644 --- a/src/http/modules/proxy/ngx_http_event_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_event_proxy_handler.h @@ -72,7 +72,7 @@ typedef struct { int block_size; int max_block_size; int max_temp_file_size; - int file_block_size; + int temp_file_write_size; ngx_path_t *temp_path; int temp_file_warn; |
