comparison src/http/modules/ngx_http_event_proxy_handler.h @ 22:aa3b53e74728

nginx-0.0.1-2002-12-05-19:21:24 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Dec 2002 16:21:24 +0000
parents df7fb216a149
children f540a63026c9
comparison
equal deleted inserted replaced
21:df7fb216a149 22:aa3b53e74728
13 13
14 typedef struct { 14 typedef struct {
15 ngx_chain_t *out; 15 ngx_chain_t *out;
16 16
17 ngx_hunk_t *hunk; 17 ngx_hunk_t *hunk;
18 int last_hunk;
19 ngx_array_t *hunks;
18 20
19 ngx_http_proxy_header_in_t *header_in; 21 ngx_http_proxy_header_in_t *header_in;
20 } ngx_http_proxy_ctx_t; 22 } ngx_http_proxy_ctx_t;
21 23
22 24