comparison src/event/ngx_event_pipe.h @ 166:389d7ee9fa60

nginx-0.0.1-2003-10-30-11:51:06 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2003 08:51:06 +0000
parents 84036764e215
children ba5dbb949603
comparison
equal deleted inserted replaced
165:894a01c6aea3 166:389d7ee9fa60
36 ngx_event_pipe_output_filter_pt output_filter; 36 ngx_event_pipe_output_filter_pt output_filter;
37 void *output_ctx; 37 void *output_ctx;
38 38
39 unsigned read:1; 39 unsigned read:1;
40 unsigned cachable:1; 40 unsigned cachable:1;
41 unsigned single_buf:1;
41 unsigned upstream_done:1; 42 unsigned upstream_done:1;
42 unsigned upstream_error:1; 43 unsigned upstream_error:1;
43 unsigned upstream_eof:1; 44 unsigned upstream_eof:1;
44 unsigned upstream_blocked:1; 45 unsigned upstream_blocked:1;
45 unsigned downstream_done:1; 46 unsigned downstream_done:1;