Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cancelAll() termination condition
The method cancellAll() was using the field maxPreload to determine when the for loop should terminate, which was always off by one compared to the size of the preloadTargetQueue, and therefore, not all the pre-loaded requests would be canceled. This issue was raised in #3693
- Loading branch information