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

Unified Diff: net/tools/quic/quic_dispatcher.cc

Issue 2692813002: Server push cancellation: add a finch trial parameter (Closed)
Patch Set: sync with internal code Created 3 years, 10 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
Index: net/tools/quic/quic_dispatcher.cc
diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
index fe650dc6c456c0b35095f95e9b41bfa6b5e99b7d..8a4e6dfcbcb69595f23cb018a6390e18f8ad7969 100644
--- a/net/tools/quic/quic_dispatcher.cc
+++ b/net/tools/quic/quic_dispatcher.cc
@@ -525,6 +525,8 @@ void QuicDispatcher::OnWriteBlocked(
write_blocked_list_.insert(std::make_pair(blocked_writer, true));
}
+void QuicDispatcher::OnRstStreamReceived(const QuicRstStreamFrame& frame) {}
+
void QuicDispatcher::OnConnectionAddedToTimeWaitList(
QuicConnectionId connection_id) {
QUIC_DLOG(INFO) << "Connection " << connection_id

Powered by Google App Engine
This is Rietveld 408576698