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

Unified Diff: net/tools/quic/quic_spdy_server_stream_base.h

Issue 2746443003: move StopReading() from QuicSpdyStream to QuicSpdyServerStreamBase because this is server side feat… (Closed)
Patch Set: Created 3 years, 9 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 | « net/quic/core/quic_spdy_stream.cc ('k') | net/tools/quic/quic_spdy_server_stream_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_server_stream_base.h
diff --git a/net/tools/quic/quic_spdy_server_stream_base.h b/net/tools/quic/quic_spdy_server_stream_base.h
index 880642a7fea99851f24ea8a349c44d5a5c86b08c..46462a16b83b94f7e6fda24fcd2255c11902dcfe 100644
--- a/net/tools/quic/quic_spdy_server_stream_base.h
+++ b/net/tools/quic/quic_spdy_server_stream_base.h
@@ -16,6 +16,7 @@ class QuicSpdyServerStreamBase : public QuicSpdyStream {
// Override the base class to send QUIC_STREAM_NO_ERROR to the peer
// when the stream has not received all the data.
void CloseWriteSide() override;
+ void StopReading() override;
private:
DISALLOW_COPY_AND_ASSIGN(QuicSpdyServerStreamBase);
« no previous file with comments | « net/quic/core/quic_spdy_stream.cc ('k') | net/tools/quic/quic_spdy_server_stream_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698