Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1443316 - part 1 - micro-optimize purging expired preflight cache…
… entries; r=ckerschb The entries in mMethods and mHeaders aren't sorted in any special way, so we can remove expired entries using UnorderedRemoveElementAt, which is faster than RemoveElementAt.
- Loading branch information