DescriptionMake MessageReader class not ref-counted.
Previously MessageReader class was ref-counted, which means in some cases
it could outlive the socket. Specifically the problem is when received messages
are processed asynchronously and the callback for one of the messages is called
after the socket is destroyed.
BUG=139257
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153079
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Total comments: 4
Patch Set 4 : #
Messages
Total messages: 6 (0 generated)
|