[Webkit-unassigned] [Bug 254158] httpHeaderField always returns string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 20 08:35:08 PDT 2023


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
String has a null state in WebKit.

This should be distinguishable already. `string.isNull()` -> header is missing. `string.isEmpty() && !string.isNull()` -> header is present but has no value.

-- 
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/20230320/7da07ecb/attachment.htm>


More information about the webkit-unassigned mailing list