[Webkit-unassigned] [Bug 193806] [PlayStaton] Upstream playstation's remote inspector server
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 12 16:01:15 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=193806
--- Comment #24 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 361707
--> https://bugs.webkit.org/attachment.cgi?id=361707
Inspector Server
View in context: https://bugs.webkit.org/attachment.cgi?id=361707&action=review
>>> Source/JavaScriptCore/inspector/remote/playstation/RemoteInspectorSocketPlayStation.cpp:275
>>> + return writeSize;
>>
>> And this `return false`.
>
> It's possible that `writeSize` is not equal to `0` at this point, so this one might be valid.
Good point. What does the boolean return value from this even mean? It looks like it just means "sent some data" or "sent no data" which doesn't appear to be useful given it buffers what was not sent. Either way, the return value is unused, so maybe it is just easier to have a void return then.
--
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/20190213/ae0bf5db/attachment-0001.html>
More information about the webkit-unassigned
mailing list