commit | c33990a300674e24f47ff0f172f7efb10b63b88a | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Oct 15 21:40:19 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Oct 15 21:40:19 2020 -0700 |
tree | f6b8b32fddf8ce88a96a7846845fdedd8acd5e61 | |
parent | c71c991003f592d3b6357fe58d0103e99371fbbb [diff] |
core: Iterate over completed transfers using the correct list node Commit 006ca0fbaa ("Guard against getting stuck while handling events") caused a regression using the wrong list node when iterating a list. Fix this by introducing and using an alternate for_each iterator. Closes #796 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>