comparison src/http/ngx_http_parse.c @ 5016:4406168861e8

Events: fixed null pointer dereference with resolver and poll. A POLLERR signalled by poll() without POLLIN/POLLOUT, as seen on Linux, would generate both read and write events, but there's no write event handler for resolver events. A fix is to only call event handler of an active event.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 25 Jan 2013 09:59:28 +0000
parents 1c9d8b6523c0
children c0f7b94e88ba
comparison
equal deleted inserted replaced
5015:a74d211f034d 5016:4406168861e8