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

Unified Diff: net/http/http_network_session.cc

Issue 968573002: Revert of Revert of Add a new enable_nonblocking_io field trial param for QUIC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_network_session.h ('k') | net/quic/quic_stream_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index f3b6edf131db7ec01b5fdf38737d04b3627f5f29..a677825bd6803c3f90bdcbeb2a90b1ab881743a3 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -94,6 +94,7 @@
quic_load_server_info_timeout_srtt_multiplier(0.0f),
quic_enable_truncated_connection_ids(false),
quic_enable_connection_racing(false),
+ quic_enable_non_blocking_io(false),
quic_disable_disk_cache(false),
quic_socket_receive_buffer_size(kDefaultSocketReceiveBuffer),
quic_clock(NULL),
@@ -142,6 +143,7 @@
params.quic_load_server_info_timeout_srtt_multiplier,
params.quic_enable_truncated_connection_ids,
params.quic_enable_connection_racing,
+ params.quic_enable_non_blocking_io,
params.quic_disable_disk_cache,
params.quic_socket_receive_buffer_size,
params.quic_connection_options),
« no previous file with comments | « net/http/http_network_session.h ('k') | net/quic/quic_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698