comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 153:c71aeb75c071

nginx-0.0.1-2003-10-21-20:49:56 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Oct 2003 16:49:56 +0000
parents 2d9e4a8b6d11
children eac26585476e
comparison
equal deleted inserted replaced
152:fb48bf4fea1c 153:c71aeb75c071
46 ngx_table_elt_t *content_type; 46 ngx_table_elt_t *content_type;
47 ngx_table_elt_t *content_length; 47 ngx_table_elt_t *content_length;
48 ngx_table_elt_t *last_modified; 48 ngx_table_elt_t *last_modified;
49 ngx_table_elt_t *accept_ranges; 49 ngx_table_elt_t *accept_ranges;
50 50
51 off_t content_length_n;
52
51 ngx_table_t *headers; 53 ngx_table_t *headers;
52 } ngx_http_proxy_headers_in_t; 54 } ngx_http_proxy_headers_in_t;
53 55
54 56
55 typedef struct ngx_http_proxy_ctx_s ngx_http_proxy_ctx_t; 57 typedef struct ngx_http_proxy_ctx_s ngx_http_proxy_ctx_t;
72 int method; 74 int method;
73 ngx_str_t uri; 75 ngx_str_t uri;
74 int location_len; 76 int location_len;
75 ngx_str_t host_header; 77 ngx_str_t host_header;
76 78
77 ngx_event_proxy_t *event_proxy; 79 ngx_event_pipe_t *event_pipe;
78 80
79 unsigned accel:1; 81 unsigned accel:1;
80 unsigned cachable:1; 82 unsigned cachable:1;
81 unsigned fatal_error:1; 83 unsigned fatal_error:1;
82 unsigned header_sent:1; 84 unsigned header_sent:1;