DescriptionRemove failing CHECK(!delegate_) from SpdyStream::OnDataReceived()
There is a race between SetDelegate() and the PushedStreamReplay() call
it posts a task for, and OnDataReceived() called as more data is
received over the network. Specifically, if the latter is called after
SetDelegate() is called but before the task it posted has been executed,
the CHECK() fails.
BUG=356110
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259800
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|