[Webkit-unassigned] [Bug 258509] [Curl] Coding style issue in ResourceResponse.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 26 00:34:45 PDT 2023


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

--- Comment #1 from Kenji Shukuwa <kenji.shukuwa at open-tec.co.jp> ---
Removing WEBCORE_EXPORT from a class means adding WEBCORE_EXPORT to many functions.

However, if you remove the functions that hide status code checks such as isMovedPermanently and write the status code directly in the code like other ports, they will be unnecessary.

I would like to refer to the SOUP port and modify the code.

-- 
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/20230626/ed4d12d3/attachment.htm>


More information about the webkit-unassigned mailing list