comparison src/event/ngx_event_pipe.h @ 344:eae74a780a84 NGINX_0_6_16

nginx 0.6.16 *) Change: now the uname(2) is used on Linux instead of procfs. Thanks to Ilya Novikov. *) Bugfix: if the "?" character was in a "error_page" directive, then it was escaped in a proxied request; bug appeared in 0.6.11. *) Bugfix: compatibility with mget.
author Igor Sysoev <http://sysoev.ru>
date Mon, 29 Oct 2007 00:00:00 +0300
parents 10cc350ed8a1
children
comparison
equal deleted inserted replaced
343:81bf600d64d5 344:eae74a780a84
84 84
85 /* STUB */ int num; 85 /* STUB */ int num;
86 }; 86 };
87 87
88 88
89 ngx_int_t ngx_event_pipe(ngx_event_pipe_t *p, int do_write); 89 ngx_int_t ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write);
90 ngx_int_t ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf); 90 ngx_int_t ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf);
91 ngx_int_t ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b); 91 ngx_int_t ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b);
92 92
93 93
94 #endif /* _NGX_EVENT_PIPE_H_INCLUDED_ */ 94 #endif /* _NGX_EVENT_PIPE_H_INCLUDED_ */