Chromium Code Reviews
DescriptionFix UdpPacketSocket to handle callbacks after the socket is destroyed.
PPB_UDPSocket_Private doesn't make guarantees about callbacks not being called
after Close() - we may still get some callbacks asynchronously with error codes
different from PP_ERROR_ABORTED. UdpPacketSocket wasn't handling this case
properly.
BUG=143839
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153972
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||