Welcome! Log In Create A New Profile

Advanced

[nginx] Event pipe: call ngx_handle_read_event() with a proper f...

Sergey Kandaurov
June 03, 2015 02:10PM
details: http://hg.nginx.org/nginx/rev/d811f22033ad
branches:
changeset: 6165:d811f22033ad
user: Sergey Kandaurov <pluknet@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 ( ;; ) {

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Event pipe: call ngx_handle_read_event() with a proper f...

Sergey Kandaurov 674 June 03, 2015 02:10PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 260
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready