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

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

Issue 965943002: Fixing a bug in the QUIC prober where if we received a GOAWAY before (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Remove_dead_method_QuicUnackedPacketMap_RestoreInFlight_86690324
Patch Set: Created 5 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_server.h
diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h
index f8a5533138e1ffbb69bda30442e91df80571c5eb..31e5988337343610db4c30bd9a6bcc8f1855c78f 100644
--- a/net/tools/quic/quic_server.h
+++ b/net/tools/quic/quic_server.h
@@ -90,6 +90,8 @@ class QuicServer : public EpollCallbackInterface {
}
EpollServer* epoll_server() { return &epoll_server_; }
+ QuicDispatcher* dispatcher() { return dispatcher_.get(); }
+
private:
friend class net::tools::test::QuicServerPeer;

Powered by Google App Engine
This is Rietveld 408576698