Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't try to resolve blobs that weren't requested #2796

Merged
merged 1 commit into from Jun 1, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Don't try to resolve blobs that weren't requested

  • Loading branch information
staktrace committed Jun 1, 2018
commit c9a3c7ad1eafa4fb3f79fbc45648c373a3ea50a2
@@ -662,6 +662,7 @@ impl ResourceCache {
if let Some(dirty) = dirty_rect {
if intersect_for_tile(dirty, actual_size, tile_size, tile_offset).is_none() {
// don't bother requesting unchanged tiles
self.pending_image_requests.remove(&request);
return
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.