Skip to content

Commit

Permalink
Fix issue introduced by protocolfilter PR. (youtube#4081)
Browse files Browse the repository at this point in the history
b/205134049
  • Loading branch information
aee-google committed Sep 3, 2024
1 parent 9e61e55 commit 5736982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/http/http_stream_factory_job_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ int HttpStreamFactory::JobController::DoCreateJobs() {
DCHECK_NE(quic_version, quic::ParsedQuicVersion::Unsupported());
}
#else
quic_version =
SelectQuicVersion(alternative_service_info_.advertised_versions());
DCHECK_NE(quic_version, quic::ParsedQuicVersion::Unsupported());
#endif // defined(STARBOARD)
}
Expand Down

0 comments on commit 5736982

Please sign in to comment.