[Webkit-unassigned] [Bug 147445] XHR.setRequestHeader should remove trailing and leading whitespaces from the header value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 22:35:12 PDT 2015


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

--- Comment #24 from Darin Adler <darin at apple.com> ---
The function we probably want to use for this is stripLeadingAndTrailingHTMLSpaces. We should resist the temptation to use stripWhiteSpace, which will likely strip characters that we should not be stripping.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150811/2b4fc83d/attachment.html>


More information about the webkit-unassigned mailing list