[Webkit-unassigned] [Bug 56691] New: Web Inspector: Inspector does not always show correct transfer size (for compressed/chunked data)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 18 16:11:46 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56691
Summary: Web Inspector: Inspector does not always show correct
transfer size (for compressed/chunked data)
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vsevik at chromium.org
CC: ap at webkit.org, pfeldman at chromium.org
Currently inspector uses content-Length headers and content size to guess transfer size.
This is not correct for gzippped/chunked data when server does not send Content-Length headers.
We should make it possible to pass real transfer data to inspector.
It is still responsibility of each port to provide valid transfer size data to ResourceLoader/ResourceHandleClient.
This is tracked in following bugs:
Safari: https://bugs.webkit.org/show_bug.cgi?id=19793
Chromium: https://bugs.webkit.org/show_bug.cgi?id=56602
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list