Chromium Code Reviews
DescriptionAdd CHECK to make sure QuicHttpStream does not get destroyed during DoLoop
A fewer crashers on QuicHttpStream::DoReadRequestBody
indicate that QuicHttpStream might be destroyed in
the middle of DoLoop. The crashers are pretty rare. This CL
adds a bool so that if QuicHttpStream gets destroyed during
DoLoop, we will get the call stack which will tell us how
it is being destroyed.
BUG=627099
Committed: https://crrev.com/1f48e6ebda2ca94af20d049aff0863244232ffc5
Cr-Commit-Position: refs/heads/master@{#405328}
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|
||||||||||||||||||||||||||||