summaryrefslogtreecommitdiff
path: root/chromium/net/third_party/quiche/src/quic/core/http/quic_spdy_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/third_party/quiche/src/quic/core/http/quic_spdy_stream.h')
-rw-r--r--chromium/net/third_party/quiche/src/quic/core/http/quic_spdy_stream.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/net/third_party/quiche/src/quic/core/http/quic_spdy_stream.h b/chromium/net/third_party/quiche/src/quic/core/http/quic_spdy_stream.h
index abf3ef4b78e..61bc1fb35c9 100644
--- a/chromium/net/third_party/quiche/src/quic/core/http/quic_spdy_stream.h
+++ b/chromium/net/third_party/quiche/src/quic/core/http/quic_spdy_stream.h
@@ -300,10 +300,8 @@ class QUIC_EXPORT_PRIVATE QuicSpdyStream
// Contains a copy of the decompressed header (name, value) pairs until they
// are consumed via Readv.
QuicHeaderList header_list_;
- // Length of HEADERS frame payload.
+ // Length of most recently received HEADERS frame payload.
QuicByteCount headers_payload_length_;
- // Length of TRAILERS frame payload.
- QuicByteCount trailers_payload_length_;
// True if the trailers have been completely decompressed.
bool trailers_decompressed_;