Index: net/quic/quic_spdy_stream.cc |
diff --git a/net/quic/quic_spdy_stream.cc b/net/quic/quic_spdy_stream.cc |
index 75b160e2d72501343580e81d2fc9c2445427e4d2..8ffd2e0a6272062aa018b5e532e2f7a3bdef7619 100644 |
--- a/net/quic/quic_spdy_stream.cc |
+++ b/net/quic/quic_spdy_stream.cc |
@@ -213,7 +213,6 @@ void QuicSpdyStream::OnTrailingHeadersComplete(bool fin, size_t /*frame_len*/) { |
return; |
} |
- OnStreamFrame(QuicStreamFrame(id(), fin, stream_bytes_read(), StringPiece())); |
Ryan Hamilton
2016/03/08 04:12:43
I thought that you and robbie agreed that this was
xunjieli
2016/03/08 14:46:02
Robbie and I agreed that we need to add a OnStream
|
trailers_decompressed_ = true; |
} |