comparison src/event/ngx_event_proxy.c @ 89:29bf798b583f

nginx-0.0.1-2003-05-15-19:42:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 May 2003 15:42:53 +0000
parents a7e45c45a95c
children 54307053f185
comparison
equal deleted inserted replaced
88:674d333f4296 89:29bf798b583f
14 int ngx_event_proxy_read_upstream(ngx_event_proxy_t *p) 14 int ngx_event_proxy_read_upstream(ngx_event_proxy_t *p)
15 { 15 {
16 int n, rc, size; 16 int n, rc, size;
17 ngx_hunk_t *h, *nh; 17 ngx_hunk_t *h, *nh;
18 ngx_chain_t *chain, *temp, *entry, *next; 18 ngx_chain_t *chain, *temp, *entry, *next;
19
20 #if (NGX_SUPPRESS_WARN)
21 entry = NULL;
22 #endif
19 23
20 #if (NGX_EVENT_COPY_FILTER) 24 #if (NGX_EVENT_COPY_FILTER)
21 25
22 if (p->input_filter == NULL) { 26 if (p->input_filter == NULL) {
23 p->input_filter = ngx_event_proxy_copy_input_filter; 27 p->input_filter = ngx_event_proxy_copy_input_filter;