[webkit-reviews] review granted: [Bug 52886] Web Inspector: size is wrong for cached resources in Network panel : [Attachment 80181] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 05:27:08 PST 2011


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 52886: Web Inspector: size is wrong for cached resources in Network panel
https://bugs.webkit.org/show_bug.cgi?id=52886

Attachment 80181: patch
https://bugs.webkit.org/attachment.cgi?id=80181&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=80181&action=review

> Source/WebCore/inspector/front-end/Resource.js:245
> +	   var bodySize = Number(this.resourceSize ||
this.responseHeaders["Content-Length"] || 0);

In what cases do we use Content-Length header Is it more accurate? Was is used
for gzip?


More information about the webkit-reviews mailing list