Index: net/tools/quic/quic_client.cc |
diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc |
index 7b2c9941d25ffd5d4f753ab1d7c9c640de4a3f14..b28ec2b36b3e3ef81f34dd713c5d18af3a372b43 100644 |
--- a/net/tools/quic/quic_client.cc |
+++ b/net/tools/quic/quic_client.cc |
@@ -199,7 +199,8 @@ bool QuicClient::StartConnect() { |
factory, |
/* owns_writer= */ false, |
/* is_server= */ false, |
- supported_versions_))); |
+ supported_versions_), |
+ server_id_.is_https())); |
// Reset |writer_| after |session_| so that the old writer outlives the old |
// session. |