comparison src/event/ngx_event_proxy.h @ 143:5526213be452

nginx-0.0.1-2003-10-10-19:10:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Oct 2003 15:10:50 +0000
parents 54307053f185
children 58557d0cccd1
comparison
equal deleted inserted replaced
142:cb77c084acdb 143:5526213be452
38 38
39 ngx_event_proxy_output_filter_pt output_filter; 39 ngx_event_proxy_output_filter_pt output_filter;
40 void *output_data; 40 void *output_data;
41 41
42 unsigned cachable:1; 42 unsigned cachable:1;
43 unsigned fatal_error:1;
44 unsigned block_upstream:1; 43 unsigned block_upstream:1;
45 unsigned upstream_eof:1; 44 unsigned upstream_eof:1;
46 unsigned upstream_error:1; 45 unsigned upstream_error:1;
47 unsigned downstream_eof:1; 46 unsigned downstream_eof:1;
48 unsigned downstream_error:1; 47 unsigned downstream_error:1;