DescriptionPepperWebSocketHost should not call blink::WebSocket APIs after closed.
blink::WebSocket assumes that any APIs won't be called once disconnect is
called, but PepperWebSocketHost didn't keep the contract. Note that
PepperWebSocketHost can receive SEND* / CLOSE messages even if it sends
a CLOSED message to the ppapi process, because these IPCs are asynchronous.
BUG=407885
R=ricea@chromium.org
Committed: https://crrev.com/c411803acfaca9e2628f4ab937b738395ad8030f
Cr-Commit-Position: refs/heads/master@{#292167}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 10 (0 generated)
|