DescriptionSupport delegate deleting itself from OnError
Modify SocketStream::Finish so that it works correctly if the delegate
calls DetachDelegate() and then deletes itself from within the OnError()
callback.
Test the delegate deleting itself in OnError().
SocketStream::Delegate is permitted to call
SocketStream::DetachDelegate() and then delete itself from within the
OnError method. Ensure this works correctly.
BUG=
TEST=net_unittests layout tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202414
Patch Set 1 #
Total comments: 20
Patch Set 2 : Fixes from tyoshino review. #
Messages
Total messages: 9 (0 generated)
|