Chromium Code Reviews| Index: net/http/http_stream_factory_impl_job_controller.cc |
| diff --git a/net/http/http_stream_factory_impl_job_controller.cc b/net/http/http_stream_factory_impl_job_controller.cc |
| index c9fb091aa697b556e0b9548e152af8f3766a00f3..45a72721299751782142e9e8cbe44760513bd55c 100644 |
| --- a/net/http/http_stream_factory_impl_job_controller.cc |
| +++ b/net/http/http_stream_factory_impl_job_controller.cc |
| @@ -750,9 +750,6 @@ HttpStreamFactoryImpl::JobController::GetAlternativeServiceForInternal( |
| if (alternative_service.protocol >= NPN_SPDY_MINIMUM_VERSION && |
| alternative_service.protocol <= NPN_SPDY_MAXIMUM_VERSION) { |
| - if (!HttpStreamFactory::spdy_enabled()) |
|
mef
2016/07/13 18:26:32
It seems that this flag is used to control both sp
Bence
2016/07/15 20:35:33
Ugh, good catch. This was definitely not my inten
|
| - continue; |
| - |
| if (origin.host() != alternative_service.host && |
| !session_->params() |
| .enable_http2_alternative_service_with_different_host) { |