Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: net/spdy/spdy_test_util_common.cc

Issue 2692813002: Server push cancellation: add a finch trial parameter (Closed)
Patch Set: Spin the message loop to ensure the client receives the response Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/spdy/spdy_test_util_common.h ('k') | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/spdy/spdy_test_util_common.h" 5 #include "net/spdy/spdy_test_util_common.h"
6 6
7 #include <stdint.h> 7 #include <stdint.h>
8 8
9 #include <cstddef> 9 #include <cstddef>
10 #include <utility> 10 #include <utility>
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 proxy_service(std::move(proxy_service)), 337 proxy_service(std::move(proxy_service)),
338 ssl_config_service(new SSLConfigServiceDefaults), 338 ssl_config_service(new SSLConfigServiceDefaults),
339 socket_factory(new MockClientSocketFactory), 339 socket_factory(new MockClientSocketFactory),
340 http_auth_handler_factory( 340 http_auth_handler_factory(
341 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())), 341 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())),
342 http_server_properties(new HttpServerPropertiesImpl), 342 http_server_properties(new HttpServerPropertiesImpl),
343 enable_ip_pooling(true), 343 enable_ip_pooling(true),
344 enable_ping(false), 344 enable_ping(false),
345 enable_user_alternate_protocol_ports(false), 345 enable_user_alternate_protocol_ports(false),
346 enable_quic(false), 346 enable_quic(false),
347 enable_server_push_cancellation(false),
347 session_max_recv_window_size(kDefaultInitialWindowSize), 348 session_max_recv_window_size(kDefaultInitialWindowSize),
348 time_func(&base::TimeTicks::Now), 349 time_func(&base::TimeTicks::Now),
349 enable_http2_alternative_service_with_different_host(false), 350 enable_http2_alternative_service_with_different_host(false),
350 net_log(nullptr), 351 net_log(nullptr),
351 http_09_on_non_default_ports_enabled(false), 352 http_09_on_non_default_ports_enabled(false),
352 restrict_to_one_preconnect_for_proxies(false), 353 restrict_to_one_preconnect_for_proxies(false),
353 quic_do_not_mark_as_broken_on_network_change(false) { 354 quic_do_not_mark_as_broken_on_network_change(false) {
354 // Note: The CancelledTransaction test does cleanup by running all 355 // Note: The CancelledTransaction test does cleanup by running all
355 // tasks in the message loop (RunAllPending). Unfortunately, that 356 // tasks in the message loop (RunAllPending). Unfortunately, that
356 // doesn't clean up tasks on the host resolver thread; and 357 // doesn't clean up tasks on the host resolver thread; and
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 params.ct_policy_enforcer = session_deps->ct_policy_enforcer.get(); 399 params.ct_policy_enforcer = session_deps->ct_policy_enforcer.get();
399 params.proxy_service = session_deps->proxy_service.get(); 400 params.proxy_service = session_deps->proxy_service.get();
400 params.ssl_config_service = session_deps->ssl_config_service.get(); 401 params.ssl_config_service = session_deps->ssl_config_service.get();
401 params.http_auth_handler_factory = 402 params.http_auth_handler_factory =
402 session_deps->http_auth_handler_factory.get(); 403 session_deps->http_auth_handler_factory.get();
403 params.http_server_properties = session_deps->http_server_properties.get(); 404 params.http_server_properties = session_deps->http_server_properties.get();
404 params.enable_spdy_ping_based_connection_checking = session_deps->enable_ping; 405 params.enable_spdy_ping_based_connection_checking = session_deps->enable_ping;
405 params.enable_user_alternate_protocol_ports = 406 params.enable_user_alternate_protocol_ports =
406 session_deps->enable_user_alternate_protocol_ports; 407 session_deps->enable_user_alternate_protocol_ports;
407 params.enable_quic = session_deps->enable_quic; 408 params.enable_quic = session_deps->enable_quic;
409 params.enable_server_push_cancellation =
410 session_deps->enable_server_push_cancellation;
408 params.spdy_session_max_recv_window_size = 411 params.spdy_session_max_recv_window_size =
409 session_deps->session_max_recv_window_size; 412 session_deps->session_max_recv_window_size;
410 params.http2_settings = session_deps->http2_settings; 413 params.http2_settings = session_deps->http2_settings;
411 params.time_func = session_deps->time_func; 414 params.time_func = session_deps->time_func;
412 params.proxy_delegate = session_deps->proxy_delegate.get(); 415 params.proxy_delegate = session_deps->proxy_delegate.get();
413 params.enable_http2_alternative_service_with_different_host = 416 params.enable_http2_alternative_service_with_different_host =
414 session_deps->enable_http2_alternative_service_with_different_host; 417 session_deps->enable_http2_alternative_service_with_different_host;
415 params.net_log = session_deps->net_log; 418 params.net_log = session_deps->net_log;
416 params.http_09_on_non_default_ports_enabled = 419 params.http_09_on_non_default_ports_enabled =
417 session_deps->http_09_on_non_default_ports_enabled; 420 session_deps->http_09_on_non_default_ports_enabled;
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 headers[GetSchemeKey()] = scheme.c_str(); 1161 headers[GetSchemeKey()] = scheme.c_str();
1159 headers[GetPathKey()] = path.c_str(); 1162 headers[GetPathKey()] = path.c_str();
1160 if (content_length) { 1163 if (content_length) {
1161 SpdyString length_str = base::Int64ToString(*content_length); 1164 SpdyString length_str = base::Int64ToString(*content_length);
1162 headers["content-length"] = length_str; 1165 headers["content-length"] = length_str;
1163 } 1166 }
1164 return headers; 1167 return headers;
1165 } 1168 }
1166 1169
1167 } // namespace net 1170 } // namespace net
OLDNEW
« no previous file with comments | « net/spdy/spdy_test_util_common.h ('k') | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698