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

Unified Diff: net/http/http_stream_factory_impl_job.cc

Issue 2778943002: Pass HttpServerProperties in to QuicHttpStream so that it can mark QUIC broken. (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « no previous file | net/quic/chromium/quic_http_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_stream_factory_impl_job.cc
diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
index 78be8a5b71db04bb7af772f66ee3420621446d6c..5731ed86a4a381e86f3f13820f448bbb034921fe 100644
--- a/net/http/http_stream_factory_impl_job.cc
+++ b/net/http/http_stream_factory_impl_job.cc
@@ -216,7 +216,8 @@ HttpStreamFactoryImpl::Job::Job(Delegate* delegate,
using_ssl_(false),
using_spdy_(false),
using_quic_(false),
- quic_request_(session_->quic_stream_factory()),
+ quic_request_(session_->quic_stream_factory(),
+ session_->http_server_properties()),
using_existing_quic_session_(false),
establishing_tunnel_(false),
was_alpn_negotiated_(false),
« no previous file with comments | « no previous file | net/quic/chromium/quic_http_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698