Skip to content
Snippets Groups Projects
Commit 662a31ba authored by Casey Dahlin's avatar Casey Dahlin Committed by CQ bot account: commit-bot@chromium.org
Browse files

[debugger] Run Download callback earlier

Previously, the Download callback wouldn't run until all pending
requests had finished. This means all the servers we initially query
must at least respond to the initial check request before we get the
results of our download. With this patch we run the callback as soon as
we have the symbols down. This should also prevent a potential race
where server checks that fail after we've already gotten the symbols
could change our error status.

Change-Id: I7db38e1b5593921594792d39e42164cd0184b4c6
parent ea8f0b45
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment