libuv/include
Ben Noordhuis 65223248da unix: use ngx_queue_move when iterating over lists
Replace uses of ngx_queue_foreach when the list can get modified while
iterating over it, in particular when a callback is made into the
user's code.  This should fix a number of spurious failures that
people have been reporting.

This is a backport of commit 442b8a5 from the v1.x branch.

PR-URL: https://github.com/libuv/libuv/pull/566
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-10-12 01:54:29 +02:00
..
uv-private unix: use ngx_queue_move when iterating over lists 2015-10-12 01:54:29 +02:00
uv.h unix, windows: add uv_loop_configure() function 2014-12-05 17:39:43 +01:00