-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly call OnReportBegin/End. (#12071)
With basic chunking support already in the tree, This fixes up the logic bug where OnReportBegin/End were not being called at the right times on incoming report processing. This also fixes up some terminology confusion in ReadClient/Handler where the use of `mIsInitialReport` meant two different things in those two contexts: In ReadClient, it literally meant the first report in a train of priming reports, while on the handler, it referred to the entire priming phase of reporting.
- Loading branch information
1 parent
4f266ac
commit 1788470
Showing
4 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters