| Index: net/http/bidirectional_stream.cc
|
| diff --git a/net/http/bidirectional_stream.cc b/net/http/bidirectional_stream.cc
|
| index f9786208c1471be3fc58c4baf4df872483d19a1c..b4bc12e4a7c2acbef5390ac95d8dd404dbbc320d 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
|
|
|