[Webkit-unassigned] [Bug 191653] [Curl] Report all request headers to web inspector.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 02:29:42 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=191653

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 371380
  --> https://bugs.webkit.org/attachment.cgi?id=371380
Patch

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

> Source/WebCore/ChangeLog:8
> +        LayoutTests/http/tests/inspector/network/resource-request-headers.html

Add 'Tests:'.
Remove 'LayoutTests/'.

> Source/WebCore/platform/network/curl/CurlRequest.cpp:509
> +        for (auto header : headerFields) {

Use 'auto&' to avoid unnecessary ref-ing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190605/1bdb5193/attachment.html>


More information about the webkit-unassigned mailing list