| Index: net/quic/quic_http_stream.cc
|
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
|
| index d8b515f5c61a35664030f56ea1dacc9365b34959..a7fd59d57f95fbaa48a033e6a2541bd8a9487563 100644
|
| --- a/net/quic/quic_http_stream.cc
|
| +++ b/net/quic/quic_http_stream.cc
|
| @@ -537,7 +537,7 @@ int QuicHttpStream::ReadAvailableData(IOBuffer* buf, int buf_len) {
|
| int rv = stream_->Read(buf, buf_len);
|
| if (stream_->IsDoneReading()) {
|
| stream_->SetDelegate(nullptr);
|
| - stream_->DoneReading();
|
| + stream_->OnFinRead();
|
| stream_ = nullptr;
|
| }
|
| return rv;
|
|
|