| Index: net/quic/core/quic_spdy_stream.h
|
| diff --git a/net/quic/core/quic_spdy_stream.h b/net/quic/core/quic_spdy_stream.h
|
| index b8c0b4995ed8a6098a538423bbcf51c0db97cdc6..294be26e96ae6135ac39b3328a09b56a709c5cf6 100644
|
| --- a/net/quic/core/quic_spdy_stream.h
|
| +++ b/net/quic/core/quic_spdy_stream.h
|
| @@ -193,7 +193,8 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
|
| // Returns true if headers have been fully read and consumed.
|
| bool FinishedReadingHeaders() const;
|
|
|
| - // Returns true if trailers have been fully read and consumed.
|
| + // Returns true if trailers have been fully read and consumed, or FIN has
|
| + // been received and there are no trailers.
|
| bool FinishedReadingTrailers() const;
|
|
|
| virtual SpdyPriority priority() const;
|
|
|