[nginx] Event pipe: call ngx_handle_read_event() with a proper f...
Sergey Kandaurov
pluknet at nginx.com
Wed Jun 3 18:08:55 UTC 2015
details: http://hg.nginx.org/nginx/rev/d811f22033ad
branches:
changeset: 6165:d811f22033ad
user: Sergey Kandaurov <pluknet at nginx.com>
date: Wed Jun 03 19:12:26 2015 +0300
description:
Event pipe: call ngx_handle_read_event() with a proper flags type.
The change was missed in f69d1aab6a0f.
diffstat:
src/event/ngx_event_pipe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 4e5dda15f18f -r d811f22033ad src/event/ngx_event_pipe.c
--- a/src/event/ngx_event_pipe.c Wed Jun 03 08:23:35 2015 +0300
+++ b/src/event/ngx_event_pipe.c Wed Jun 03 19:12:26 2015 +0300
@@ -22,8 +22,8 @@ static ngx_int_t ngx_event_pipe_drain_ch
ngx_int_t
ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write)
{
- u_int flags;
ngx_int_t rc;
+ ngx_uint_t flags;
ngx_event_t *rev, *wev;
for ( ;; ) {
More information about the nginx-devel
mailing list