Commit 0617a818204397790e5e4c9bcb9e91ae5ea7817a

Nick Mathewson 2010-11-14T19:25:54

Make EVLOOP_ONCE ignore internal events Merely getting an internal notification event from having an event added or deleted from another thread should not cause event_base_loop(base, EVLOOP_ONCE) to exit; previously, it did.