Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip leading empty ranges in roundRobin
Previously, roundRobin would always attempt to fetch its first element from the first range passed to it, even if that range was empty. Fixes bugzilla issue 24384.
- Loading branch information