|
|
Chromium Code Reviews|
Created:
5 years ago by Ryan Hamilton Modified:
5 years ago CC:
chromium-reviews, cbentzel+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionClose the QUIC connection when non-crypto stream data is written at ENCRYPTION_NONE.
Flag protected by gfe2_reloadable_flag_quic_never_write_unencrypted_data.
Merge internal change: 109493807
BUG=566156
Committed: https://crrev.com/2945a59ad069da6a755af021dd07b33c29d11574
Cr-Commit-Position: refs/heads/master@{#363395}
Patch Set 1 #Patch Set 2 : format #Patch Set 3 : Rebase #Patch Set 4 : Rebase #
Messages
Total messages: 45 (23 generated)
rch@chromium.org changed reviewers: + ianswett@google.com, rtenneti@chromium.org
lgtm
The CQ bit was checked by rch@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
ianswett@chromium.org changed reviewers: + ianswett@chromium.org
The CQ bit was checked by ianswett@chromium.org
lgtm
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by rch@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Exceeded global retry quota
The CQ bit was checked by rch@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for net/quic/quic_flags.cc: While running git apply --index -3 -p1; error: patch failed: net/quic/quic_flags.cc:118 Falling back to three-way merge... Applied patch to 'net/quic/quic_flags.cc' with conflicts. U net/quic/quic_flags.cc Patch: net/quic/quic_flags.cc Index: net/quic/quic_flags.cc diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc index b63a0e525788a73e1e9eccf8178e8d30218bd426..19690fc4487d43c81d9c02d7bc53ed1dc8cca83c 100644 --- a/net/quic/quic_flags.cc +++ b/net/quic/quic_flags.cc @@ -118,3 +118,6 @@ bool FLAGS_quic_track_single_retransmission = true; // If true, allow each quic stream to write 16k blocks rather than doing a round // robin of one packet per session when ack clocked or paced. bool FLAGS_quic_batch_writes = true; + +// If true, Close the connection instead of writing unencrypted stream data. +bool FLAGS_quic_never_write_unencrypted_data = true;
The CQ bit was unchecked by commit-bot@chromium.org
The CQ bit was checked by rch@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from ianswett@chromium.org, rtenneti@chromium.org Link to the patchset: https://codereview.chromium.org/1505563002/#ps60001 (title: "Rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by rch@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by rch@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by rch@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by rch@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505563002/60001
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Close the QUIC connection when non-crypto stream data is written at ENCRYPTION_NONE. Flag protected by gfe2_reloadable_flag_quic_never_write_unencrypted_data. Merge internal change: 109493807 BUG=109446528 ========== to ========== Close the QUIC connection when non-crypto stream data is written at ENCRYPTION_NONE. Flag protected by gfe2_reloadable_flag_quic_never_write_unencrypted_data. Merge internal change: 109493807 BUG=109446528 Committed: https://crrev.com/2945a59ad069da6a755af021dd07b33c29d11574 Cr-Commit-Position: refs/heads/master@{#363395} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/2945a59ad069da6a755af021dd07b33c29d11574 Cr-Commit-Position: refs/heads/master@{#363395}
Message was sent while issue was closed.
Description was changed from ========== Close the QUIC connection when non-crypto stream data is written at ENCRYPTION_NONE. Flag protected by gfe2_reloadable_flag_quic_never_write_unencrypted_data. Merge internal change: 109493807 BUG=109446528 Committed: https://crrev.com/2945a59ad069da6a755af021dd07b33c29d11574 Cr-Commit-Position: refs/heads/master@{#363395} ========== to ========== Close the QUIC connection when non-crypto stream data is written at ENCRYPTION_NONE. Flag protected by gfe2_reloadable_flag_quic_never_write_unencrypted_data. Merge internal change: 109493807 BUG=566156 Committed: https://crrev.com/2945a59ad069da6a755af021dd07b33c29d11574 Cr-Commit-Position: refs/heads/master@{#363395} ========== |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
