| Index: net/http/bidirectional_stream.cc
|
| diff --git a/net/http/bidirectional_stream.cc b/net/http/bidirectional_stream.cc
|
| index 9a3e97464a407baf2e1dd56296aa333b05b2c0c0..ea65dcaac6042d0fac11b2eb63af4b8aad4fed45 100644
|
| --- a/net/http/bidirectional_stream.cc
|
| +++ b/net/http/bidirectional_stream.cc
|
| @@ -123,7 +123,8 @@ BidirectionalStream::BidirectionalStream(
|
| stream_request_.reset(
|
| session->http_stream_factory()->RequestBidirectionalStreamImpl(
|
| http_request_info, request_info_->priority, server_ssl_config,
|
| - server_ssl_config, this, net_log_));
|
| + server_ssl_config, this,
|
| + /* enable_ip_based_pooling = */ true, net_log_));
|
| // Check that this call cannot fail to set a non-NULL |stream_request_|.
|
| DCHECK(stream_request_);
|
| // Check that HttpStreamFactory does not invoke OnBidirectionalStreamImplReady
|
|
|