Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: net/quic/core/quic_spdy_stream.h

Issue 2408973003: relnote: n/a (comment only) (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698