Commit 878f4422 authored by Renjie's avatar Renjie Committed by Commit Bot

Roll src/net/third_party/quiche/src/ 60e6ed1b3..9132654c7 (3 commits)

https://quiche.googlesource.com/quiche.git/+log/60e6ed1b3d4e..9132654c7968

$ git log 60e6ed1b3..9132654c7 --date=short --no-merges --format='%ad %ae %s'
2019-03-25 quiche-dev Use 'bytes' instead of 'string' for holding binary data
2019-03-23 quiche-dev Add a QUIC_BUG to ensure that whenever an ACK cannot be written, the writer is write blocked.  Protected by existing flag gfe2_reloadable_flag_quic_use_uber_loss_algorithm.
2019-03-23 quiche-dev Add a test making sure ACK alarm is canceled on write blocked when supporting multiple packet number spaces.

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

Change-Id: I92ab51e46327e3fce41f6540dcf6382d2f5dbc0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538880Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Commit-Queue: Renjie Tang <renjietang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644638}
parent 34ea864a
...@@ -272,7 +272,7 @@ vars = { ...@@ -272,7 +272,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': '60e6ed1b3d4e10d6550b26c95a3899c2e8676770', 'quiche_revision': '9132654c7968e8b510ce015a2fa6708a96c20971',
# 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.
......
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