RESOLVED FIXED 159750
Modernize WebSocket handle
https://bugs.webkit.org/show_bug.cgi?id=159750
Summary Modernize WebSocket handle
Alex Christensen
Reported 2016-07-13 17:17:07 PDT
Modernize WebSocket handle
Attachments
Patch (25.37 KB, patch)
2016-07-13 17:21 PDT, Alex Christensen
no flags
Patch (26.82 KB, patch)
2016-07-13 23:51 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2016-07-13 17:21:31 PDT
Brady Eidson
Comment 2 2016-07-13 17:30:03 PDT
Comment on attachment 283591 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=283591&action=review > Source/WebCore/ChangeLog:9 > + This patch just removes ThreadableWebSocketChannel::InvalidMessage which is never used It's problematic this was never used. Can we do some archeology and find out why? (e.g., was it used at one time, and that use was just dropped inadvertently?)
Alex Christensen
Comment 3 2016-07-13 17:48:29 PDT
InvalidMessage was introduced but not used in https://bugs.webkit.org/show_bug.cgi?id=80356 It was used in https://bugs.webkit.org/show_bug.cgi?id=80103 It was removed sometime.
Alex Christensen
Comment 4 2016-07-13 23:51:29 PDT
Alex Christensen
Comment 5 2016-07-14 00:06:54 PDT
Note You need to log in before you can comment on or make changes to this bug.