You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContentSuggestions.Feed.Network.CompressedResponseSizeKB.*
was being reported with the wrong size.
ResponseInfo().encoded_data_length is actually the size of
the first chunk of the response. Changed to use
CompletionStatus().encoded_data_length. (see crbug.com/1246168)
Also tweaked the surrounding code to use the local variable
'loader_response_info' rather than call ResponseInfo() multiple
times. This should have no effect.
Bug: 1247292
Change-Id: I3c5ed55aa42388ab9ce389a912810c1b554b52c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3139303
Auto-Submit: Dan H <[email protected]>
Commit-Queue: Dan H <[email protected]>
Reviewed-by: Carlos Knippschild <[email protected]>
Cr-Commit-Position: refs/heads/main@{#918845}
0 commit comments