Searched defs:HttpNetworkSessionParams (Results 1 – 2 of 2) sorted by relevance
87 struct NET_EXPORT HttpNetworkSessionParams { struct92 bool enable_server_push_cancellation = false;93 HostMappingRules host_mapping_rules;94 bool ignore_certificate_errors = false;95 uint16_t testing_fixed_http_port = 0;96 uint16_t testing_fixed_https_port = 0;97 bool enable_user_alternate_protocol_ports = false;100 bool enable_spdy_ping_based_connection_checking = true;101 bool enable_http2 = true;102 size_t spdy_session_max_recv_window_size;[all …]
85 HttpNetworkSessionParams::HttpNetworkSessionParams() in HttpNetworkSessionParams() function in net::HttpNetworkSessionParams