Commit 318ce5b7 authored by rch@chromium.org's avatar rch@chromium.org

Disable QUIC Zero-RTT until we shake out more bugs.

R=jar@chromium.org

Review URL: https://codereview.chromium.org/23480054

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222085 0039d316-1c4b-4281-b951-d872f2087c98
parent 8ce03034
......@@ -307,7 +307,9 @@ int QuicStreamFactory::Create(const HostPortProxyPair& host_port_proxy_pair,
void QuicStreamFactory::OnJobComplete(Job* job, int rv) {
if (rv == OK) {
require_confirmation_ = false;
// TODO(rch): Uncomment this once we trust 0-RTT
// require_confirmation_ = false;
// Create all the streams, but do not notify them yet.
for (RequestSet::iterator it = job_requests_map_[job].begin();
it != job_requests_map_[job].end() ; ++it) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment