Index: net/http/http_stream_factory_impl.cc |
=================================================================== |
--- net/http/http_stream_factory_impl.cc (revision 113340) |
+++ net/http/http_stream_factory_impl.cc (working copy) |
@@ -37,7 +37,8 @@ |
HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session) |
: session_(session), |
- http_pipelined_host_pool_(this, NULL) {} |
+ http_pipelined_host_pool_(this, NULL, |
+ session_->http_server_properties()) {} |
HttpStreamFactoryImpl::~HttpStreamFactoryImpl() { |
DCHECK(request_map_.empty()); |