[webkit-reviews] review granted: [Bug 187874] [Curl] Fix issue that extra cookie is added when redirect happens. : [Attachment 348313] PATCH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 13:02:54 PDT 2018


Alex Christensen <achristensen at apple.com> has granted Basuke Suzuki
<Basuke.Suzuki at sony.com>'s request for review:
Bug 187874: [Curl] Fix issue that extra cookie is added when redirect happens.
https://bugs.webkit.org/show_bug.cgi?id=187874

Attachment 348313: PATCH

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




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

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

> Source/WebKit/NetworkProcess/curl/NetworkDataTaskCurl.cpp:136
> +    return CurlRequest::create(request, *this,
CurlRequest::ShouldSuspend::Yes);

This could also probably take a ResourceRequest&&


More information about the webkit-reviews mailing list