comparison src/http/modules/proxy/ngx_http_event_proxy_handler.h @ 77:57c2e18d3572

nginx-0.0.1-2003-04-17-21:59:35 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 Apr 2003 17:59:35 +0000
parents 6127d7075471
children fccdb921e8b8
comparison
equal deleted inserted replaced
76:6127d7075471 77:57c2e18d3572
70 int large_header; 70 int large_header;
71 71
72 int block_size; 72 int block_size;
73 int max_block_size; 73 int max_block_size;
74 int max_temp_file_size; 74 int max_temp_file_size;
75 int file_block_size; 75 int temp_file_write_size;
76 76
77 ngx_path_t *temp_path; 77 ngx_path_t *temp_path;
78 int temp_file_warn; 78 int temp_file_warn;
79 79
80 int retry_500_error; 80 int retry_500_error;