[webkit-reviews] review granted: [Bug 228096] REGRESSION (r278702): Cannot login to appaloosa-store.com/users/sign_in : [Attachment 433843] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 08:59:27 PDT 2021


Alex Christensen <achristensen at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 228096: REGRESSION (r278702): Cannot login to
appaloosa-store.com/users/sign_in
https://bugs.webkit.org/show_bug.cgi?id=228096

Attachment 433843: Patch

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




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

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

> Source/WebCore/Modules/fetch/FetchBodyConsumer.cpp:358
> +	   data.append(m_buffer->data(), m_buffer->size());

This could also call forEachSegment to have fewer copies.


More information about the webkit-reviews mailing list