diff options
Diffstat (limited to 'net/spdy/spdy_session_pool.cc')
-rw-r--r-- | net/spdy/spdy_session_pool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_session_pool.cc b/net/spdy/spdy_session_pool.cc index 185ec23..9e47f3f 100644 --- a/net/spdy/spdy_session_pool.cc +++ b/net/spdy/spdy_session_pool.cc @@ -46,7 +46,7 @@ SpdySessionPool::SpdySessionPool( ssl_config_service_(ssl_config_service), resolver_(resolver), verify_domain_authentication_(true), - enable_sending_initial_settings_(true), + enable_sending_initial_data_(true), force_single_domain_(force_single_domain), enable_ip_pooling_(enable_ip_pooling), enable_credential_frames_(enable_credential_frames), @@ -103,7 +103,7 @@ net::Error SpdySessionPool::CreateAvailableSessionFromSocket( new SpdySession(key, http_server_properties_, verify_domain_authentication_, - enable_sending_initial_settings_, + enable_sending_initial_data_, enable_credential_frames_, enable_compression_, enable_ping_based_connection_checking_, |