[webkit-reviews] review canceled: [Bug 187671] Reduce size of NetworkLoadMetrics and therefore ResourceResponse : [Attachment 345109] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 12:55:46 PDT 2018


Alex Christensen <achristensen at apple.com> has canceled Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 187671: Reduce size of NetworkLoadMetrics and therefore ResourceResponse
https://bugs.webkit.org/show_bug.cgi?id=187671

Attachment 345109: Patch

https://bugs.webkit.org/attachment.cgi?id=345109&action=review




--- Comment #8 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 345109
  --> https://bugs.webkit.org/attachment.cgi?id=345109
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=345109&action=review

> Source/WebCore/platform/network/NetworkLoadMetrics.h:171
> +    uint32_t requestHeaderBytesSent;
> +    uint32_t responseHeaderBytesReceived;

I used uint32_t for the header bytes.


More information about the webkit-reviews mailing list