-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frames: do not rely on FRAME_STREAM_ID
As it is not always the first frame to be created : if it is not enabled, it does not get created, and other enabled frames may be created first. see use of FrameConfigTypeIsEnabled This resulted that this other frame got its length updated on stream end, which led to false positives. Resorting on FRAME_STREAM_TYPE is more consistent. Ticket: 7213 (cherry picked from commit 89d229c)
- Loading branch information
1 parent
98fd40a
commit 8d7ac1c
Showing
2 changed files
with
2 additions
and
4 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