comparison src/event/ngx_event_posted.h @ 7005:3e2d90073adf

Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). Previously, the read event of the accepted connection was marked ready, but not available. This made EPOLLRDHUP-related code (for example, in ngx_unix_recv()) expect more data from the socket, leading to unexpected behavior. For example, if SSL, PROXY protocol and deferred accept were enabled on a listen socket, the client connection was aborted due to unexpected return value of c->recv().
author Roman Arutyunyan <arut@nginx.com>
date Wed, 24 May 2017 13:17:08 +0300
parents 3d4730eada9c
children 9d2ad2fb4423
comparison
equal deleted inserted replaced
7004:b624fbf7bee2 7005:3e2d90073adf