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

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

Issue 1261273003: relnote: Change the QuicStreamSequencer to call OnDataAvailable instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace DonReading with OnFinRead Created 5 years, 4 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/reliable_quic_stream.h ('k') | net/tools/quic/quic_spdy_server_stream.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.h
diff --git a/net/tools/quic/quic_spdy_server_stream.h b/net/tools/quic/quic_spdy_server_stream.h
index 2819cf00152291ff25a14b19c2d267f85146b97c..d266a6aac2eeb58e91ff559197daa893a73e5682 100644
--- a/net/tools/quic/quic_spdy_server_stream.h
+++ b/net/tools/quic/quic_spdy_server_stream.h
@@ -32,10 +32,9 @@ class QuicSpdyServerStream : public QuicDataStream {
// QuicDataStream
void OnStreamHeadersComplete(bool fin, size_t frame_len) override;
- // ReliableQuicStream implementation called by the session when there's
- // data for us.
+ // ReliableQuicStream implementation called by the sequencer when there is
+ // data (or a FIN) to be read.
void OnDataAvailable() override;
- void OnFinRead() override;
protected:
// Sends a basic 200 response using SendHeaders for the headers and WriteData
« no previous file with comments | « net/quic/reliable_quic_stream.h ('k') | net/tools/quic/quic_spdy_server_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698