Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Possible race condition when downloading associated files #3

Closed
leonbreedt opened this issue Oct 26, 2015 · 0 comments
Closed

Possible race condition when downloading associated files #3

leonbreedt opened this issue Oct 26, 2015 · 0 comments
Labels
Milestone

Comments

@leonbreedt
Copy link
Owner

Second nested executeURLOperations() may set .suspended = true on NSOperationQueue before first nested executeURLOperations() has finished adding dependent operations.

Make it atomic by collection operations and adding to one batch, and then predictably executing batch after processing /html/head.

@leonbreedt leonbreedt added the bug label Oct 26, 2015
@leonbreedt leonbreedt added this to the 1.0 milestone Oct 26, 2015
abpbot pushed a commit to adblockplus/FavIcon that referenced this issue May 18, 2018
abpbot pushed a commit to adblockplus/FavIcon that referenced this issue May 18, 2018
Issue leonbreedt#3 - Set up CI for FavIcon project

See merge request eyeo/adblockplus/FavIcon!2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant