[webkit-reviews] review granted: [Bug 177629] Apply custom headers to same-origin requests : [Attachment 323046] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 6 15:04:59 PDT 2017


Ryosuke Niwa <rniwa at webkit.org> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 177629: Apply custom headers to same-origin requests
https://bugs.webkit.org/show_bug.cgi?id=177629

Attachment 323046: Patch

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




--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 323046
  --> https://bugs.webkit.org/attachment.cgi?id=323046
Patch

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

> Source/WebCore/platform/network/ResourceRequestBase.cpp:152
> -    if (url().protocolIsInHTTPFamily())
> -	   m_platformRequestUpdated = false;
> +    m_platformRequestUpdated = false;

We should probably do this work when we make the test working.


More information about the webkit-reviews mailing list