[Webkit-unassigned] [Bug 155602] New: Refactor WebSockets handshake to use StringView instead of String for header validation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 15:26:29 PDT 2016


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

            Bug ID: 155602
           Summary: Refactor WebSockets handshake to use StringView
                    instead of String for header validation
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com

WebSocketsHandshake.cpp uses String for header validation. A switch to StringView would cut down on memory allocation. This is a follow-up on Darin Adler's review comments in  https://bugs.webkit.org/show_bug.cgi?id=82714#c36.

-- 
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/20160317/83655b41/attachment.html>


More information about the webkit-unassigned mailing list