Commit a1378b2c authored by Fan Yang's avatar Fan Yang Committed by Commit Bot

Roll src/net/third_party/quiche/src/ d18fe67a2..9a74ee9f6 (1 commit)

https://quiche.googlesource.com/quiche.git/+log/d18fe67a2b86..9a74ee9f6be4

$ git log d18fe67a2..9a74ee9f6 --date=short --no-merges --format='%ad %ae %s'
2020-09-23 fayang Discard initial key right after a HANDSHAKE packet has been sent and unify the fixes for missing initial keys. This goal is to make sure an endpoint never tries to serialize initial frames (could be pending frames or re-serialize initial packet in the coalescer) while initial key gets dropped.

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

R=dschinazi@chromium.org

Change-Id: Idf244b113439019dec06702ea5b5faba186a7b1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427547
Commit-Queue: Fan Yang <fayang@chromium.org>
Commit-Queue: David Schinazi <dschinazi@chromium.org>
Auto-Submit: Fan Yang <fayang@chromium.org>
Reviewed-by: default avatarDavid Schinazi <dschinazi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810070}
parent 2d6bcbbc
...@@ -322,7 +322,7 @@ vars = { ...@@ -322,7 +322,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'quiche_revision': 'd18fe67a2b86b4b0331f28a74a10296bf999deb7', 'quiche_revision': '9a74ee9f6be4d039351368fe61d656f49e6d4f2c',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit # the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -457,3 +457,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_default_to_2_rttvar, true) ...@@ -457,3 +457,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_default_to_2_rttvar, true)
QUIC_FLAG(bool, QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_deallocate_message_right_after_sent, FLAGS_quic_reloadable_flag_quic_deallocate_message_right_after_sent,
false) false)
// If true, discard initial key right after a HANDSHAKE packet has been sent and
// unify the fixes for missing initial keys.
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_fix_missing_initial_keys, true)
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