Searched defs:HttpNetworkSessionParams (Results 1 – 2 of 2) sorted by relevance
84 struct NET_EXPORT HttpNetworkSessionParams { struct89 HostMappingRules host_mapping_rules;90 bool ignore_certificate_errors = false;91 uint16_t testing_fixed_http_port = 0;92 uint16_t testing_fixed_https_port = 0;93 bool enable_user_alternate_protocol_ports = false;96 bool enable_spdy_ping_based_connection_checking = true;97 bool enable_http2 = true;98 size_t spdy_session_max_recv_window_size;100 int spdy_session_max_queued_capped_frames;[all …]
80 HttpNetworkSessionParams::HttpNetworkSessionParams() in HttpNetworkSessionParams() function in net::HttpNetworkSessionParams