comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 154:eac26585476e

nginx-0.0.1-2003-10-22-11:05:29 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Oct 2003 07:05:29 +0000
parents c71aeb75c071
children 46eb23d9471d
comparison
equal deleted inserted replaced
153:c71aeb75c071 154:eac26585476e
24 ssize_t header_size; 24 ssize_t header_size;
25 ngx_msec_t read_timeout; 25 ngx_msec_t read_timeout;
26 26
27 ngx_bufs_t bufs; 27 ngx_bufs_t bufs;
28 28
29 /* STUB */ 29 /* STUB names */
30 int max_busy_len; 30 int max_busy_len;
31 int max_temp_file_size; 31 int max_temp_file_size;
32 int temp_file_write_size; 32 int temp_file_write_size;
33 int cyclic_temp_file;
33 /* */ 34 /* */
34 35
35 ngx_path_t *temp_path; 36 ngx_path_t *temp_path;
36 37
37 ngx_http_proxy_upstream_t *upstream; 38 ngx_http_proxy_upstream_t *upstream;