comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 158:d377ee423603

nginx-0.0.1-2003-10-24-10:53:41 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Oct 2003 06:53:41 +0000
parents 46eb23d9471d
children 981e4af2a425
comparison
equal deleted inserted replaced
157:70b36c805682 158:d377ee423603
71 ngx_chain_t *request_hunks; 71 ngx_chain_t *request_hunks;
72 72
73 int method; 73 int method;
74 ngx_str_t uri; 74 ngx_str_t uri;
75 int location_len; 75 int location_len;
76 ngx_str_t host_header;
77 76
78 ngx_event_pipe_t *event_pipe; 77 ngx_event_pipe_t *event_pipe;
79 78
80 unsigned accel:1; 79 unsigned accel:1;
81 unsigned cachable:1; 80 unsigned cachable:1;