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

Unified Diff: net/quic/chromium/quic_http_stream.h

Issue 2789093003: Mark QUIC broken when the network blackholes after the handshake (Closed)
Patch Set: jana's comments Created 3 years, 8 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/chromium/quic_chromium_client_session.cc ('k') | net/quic/chromium/quic_http_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_http_stream.h
diff --git a/net/quic/chromium/quic_http_stream.h b/net/quic/chromium/quic_http_stream.h
index 2ca5bbcfed78744500833c60e124fbd03c2a9bcf..01d8395535b6f2dfd0ec5fe78c859b3f98a4106e 100644
--- a/net/quic/chromium/quic_http_stream.h
+++ b/net/quic/chromium/quic_http_stream.h
@@ -150,8 +150,9 @@ class NET_EXPORT_PRIVATE QuicHttpStream
State next_state_;
base::WeakPtr<QuicChromiumClientSession> session_;
+ const QuicServerId server_id_; // The ID of the QUIC server for this stream.
- HttpServerProperties* http_server_properties_;
+ HttpServerProperties* http_server_properties_; // Unowned.
QuicVersion quic_version_;
int session_error_; // Error code from the connection shutdown.
« no previous file with comments | « net/quic/chromium/quic_chromium_client_session.cc ('k') | net/quic/chromium/quic_http_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698