| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 2986dd2e7282cfce677a02bb42186cca23ffe0bb..e5319fb4746190af7223f369ac1b734a53fb75c0 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -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) {
|
|
|