Roll src/net/third_party/quiche/src/ fd3ee30e9..9a910e3de (17 commits)
https://quiche.googlesource.com/quiche.git/+log/fd3ee30e9b48..9a910e3deaec
$ git log fd3ee30e9..9a910e3de --date=short --no-merges --format='%ad %ae %s'
2019-08-19 dschinazi Generate stateless reset tokens by hashing instead of XOR.
2019-08-19 dschinazi Workaround for Android UDP network conformance test
2019-08-19 dschinazi Deprecate quic_use_allocated_connection_ids
2019-08-19 renjietang Rename ENCRYPTION_REESTABLISHED to ENCRYPTION_ESTABLISHED as ENCRRYPTION_FIRST_ESTABLISHED has been removed.
2019-08-19 wub gfe-relnote: (n/a) Ensure BandwidthSampler.max_ack_height_tracker_.aggregation_epoch_start_time_ is initialized before Update(). Protected by --gfe2_reloadable_flag_quic_track_ack_height_in_bandwidth_sampler2, which replaces the old v1 flag.
2019-08-19 dschinazi Deprecate quic_deterministic_replacement_connection_ids
2019-08-19 renjietang Do not send stream type twice in QPACK streams.
2019-08-19 renjietang Remove unused ENCRYPTION_FIRST_ESTABLISHED.
2019-08-19 dschinazi Use deterministic replacement connection IDs
2019-08-19 zhongyi gfe-relnote: rename OnConnectivityProbeReceived to OnPacketReceived. Not flag protected, this is a refactor and has no behavior change.
2019-08-19 fkastenholz Add default to function generating name of Transport Error Code
2019-08-16 bnc Rename QuicSpdyStreamBodyBuffer to QuicSpdyStreamBodyManager.
2019-08-16 wub gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only.
2019-08-16 bnc Remove Http2String wrapper for std::string.
2019-08-16 dschinazi Flush queued frames when processing coalesced packets
2019-08-16 renjietang Add QpackStreams into QuicSpdySession.
2019-08-16 fkastenholz Add text outputter for IETF stream types
Created with:
roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src
Change-Id: I4f5e3f43094b4a84c31b3ce64b4aaf1d694a571a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761735
Reviewed-by: Tommi <[email protected]>
Reviewed-by: Zhongyi Shi <[email protected]>
Commit-Queue: Ryan Hamilton <[email protected]>
Cr-Commit-Position: refs/heads/master@{#689130}
diff --git a/net/quic/mock_crypto_client_stream.cc b/net/quic/mock_crypto_client_stream.cc
index effe776..bf80471 100644
--- a/net/quic/mock_crypto_client_stream.cc
+++ b/net/quic/mock_crypto_client_stream.cc
@@ -134,7 +134,7 @@
QuicMakeUnique<NullEncrypter>(Perspective::IS_CLIENT));
}
session()->connection()->SetDefaultEncryptionLevel(ENCRYPTION_ZERO_RTT);
- session()->OnCryptoHandshakeEvent(QuicSession::ENCRYPTION_REESTABLISHED);
+ session()->OnCryptoHandshakeEvent(QuicSession::ENCRYPTION_ESTABLISHED);
break;
}