Bug 199262 - WebSockets: avoid data copies when queuing tasks in WebSocketChannel
Summary: WebSockets: avoid data copies when queuing tasks in WebSocketChannel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-27 02:05 PDT by Carlos Garcia Campos
Modified: 2019-06-27 11:44 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.55 KB, patch)
2019-06-27 02:07 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2019-06-27 02:05:28 PDT
For IPC message handler arguments we can receive rvalue references instead of const references.
Comment 1 Carlos Garcia Campos 2019-06-27 02:07:01 PDT
Created attachment 373011 [details]
Patch
Comment 2 WebKit Commit Bot 2019-06-27 11:43:17 PDT
Comment on attachment 373011 [details]
Patch

Clearing flags on attachment: 373011

Committed r246896: <https://trac.webkit.org/changeset/246896>
Comment 3 WebKit Commit Bot 2019-06-27 11:43:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-06-27 11:44:42 PDT
<rdar://problem/52274060>