QUIC - Race two connections. One connection which loads data from disk
commit14abd31d803b6459e73a32092b3c46b17539db51
authorrtenneti <rtenneti@chromium.org>
Fri, 6 Feb 2015 21:56:01 +0000 (6 13:56 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 21:56:49 +0000 (6 21:56 +0000)
tree168dbc98eeb7b7e0451329f55aa01733a3146377
parent1ef7ee1ee899087d8632a4f905a3a11697a20b81
QUIC - Race two connections. One connection which loads data from disk
cache sends a CHLO and another connection that doesn't wait to load
server config from disk cache and sends INCHOATE_HELLO.

This is not enabled. QuicStreamFactory tests with this flag enabled
and disabled. Tested chrome and all unit tests with this flag enabled.

R=rch@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#315117}
net/quic/quic_crypto_client_stream.cc
net/quic/quic_protocol.h
net/quic/quic_stream_factory.cc
net/quic/quic_stream_factory.h
net/quic/quic_stream_factory_test.cc
net/quic/quic_utils.cc