Index: net/quic/core/quic_spdy_stream.cc |
diff --git a/net/quic/core/quic_spdy_stream.cc b/net/quic/core/quic_spdy_stream.cc |
index 5d98d186cd12f4e25c46bff8fb782f6066214dc1..cbbd96d0dafc0b77d6a4ae5b613c2505225ca46d 100644 |
--- a/net/quic/core/quic_spdy_stream.cc |
+++ b/net/quic/core/quic_spdy_stream.cc |
@@ -45,17 +45,6 @@ QuicSpdyStream::~QuicSpdyStream() { |
} |
} |
-void QuicSpdyStream::StopReading() { |
- if (!fin_received() && !rst_received() && write_side_closed() && |
- !rst_sent()) { |
- DCHECK(fin_sent()); |
- // Tell the peer to stop sending further data. |
- QUIC_DVLOG(1) << ENDPOINT << "Send QUIC_STREAM_NO_ERROR on stream " << id(); |
- Reset(QUIC_STREAM_NO_ERROR); |
- } |
- QuicStream::StopReading(); |
-} |
- |
size_t QuicSpdyStream::WriteHeaders( |
SpdyHeaderBlock header_block, |
bool fin, |