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

Unified Diff: net/quic/quic_reliable_client_stream.cc

Issue 1261273003: relnote: Change the QuicStreamSequencer to call OnDataAvailable instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/quic_reliable_client_stream.h ('k') | net/quic/quic_stream_sequencer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_reliable_client_stream.cc
diff --git a/net/quic/quic_reliable_client_stream.cc b/net/quic/quic_reliable_client_stream.cc
index 24e469fc1cacdbf3c5dd176d46f867950f99c06a..987a0fbfb3dbbc2f6e8e162fd1117feb84f50770 100644
--- a/net/quic/quic_reliable_client_stream.cc
+++ b/net/quic/quic_reliable_client_stream.cc
@@ -77,11 +77,6 @@ QuicPriority QuicReliableClientStream::EffectivePriority() const {
return QuicWriteBlockedList::kHighestPriority;
}
-void QuicReliableClientStream::OnFinRead() {
- // Do not close the stream here to give the caller a chance to
- // invoke DoneReading.
-}
-
void QuicReliableClientStream::DoneReading() {
Ryan Hamilton 2015/08/04 20:28:56 Might as well get right of this method, and change
ramant (doing other things) 2015/08/05 23:35:16 Done.
QuicDataStream::OnFinRead();
}
« no previous file with comments | « net/quic/quic_reliable_client_stream.h ('k') | net/quic/quic_stream_sequencer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698