GetTotalSentBytes() and GetTotalReceivedBytes() and in net::URLRequest do not track bytes from previous jobs |
||||
Issue descriptionThe implementation of the above methods gets the bytes from the underlying |job_|. However, URLRequests can be associated with multiple jobs in its lifetime and data use by all previous jobs is being ignored.
,
Oct 29 2016
In practice, IIUC this doesn't lead to a significant number of missed bytes. The missed bytes here mainly consist of stuff like redirects, e.g. if a request leads to a redirect which in turn leads to a resource, then GetTotalSent/ReceivedBytes() would only count the bytes from the resource load and wouldn't include the size of the headers and stuff from the redirect. @kundaji: Are you still planning to fix this?
,
Oct 30 2017
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Dec 1 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by bengr@chromium.org
, Oct 28 2016Status: Assigned (was: Available)