[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 18:07:03 PDT 2019


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

--- Comment #5 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Fujii Hironori from comment #3)
> Comment on attachment 371380 [details]
> 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/'.

Fixed.

> > Source/WebCore/platform/network/curl/CurlRequest.cpp:509
> > +        for (auto header : headerFields) {
> 
> Use 'auto&' to avoid unnecessary ref-ing.

Fixed.

-- 
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/20190606/10ebff1a/attachment.html>


More information about the webkit-unassigned mailing list