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.
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.