Roll src/net/third_party/quiche/src/ a1662b3f0..442f894c7 (15 commits)
https://quiche.googlesource.com/quiche.git/+log/a1662b3f0e92..442f894c74b5 $ git log a1662b3f0..442f894c7 --date=short --no-merges --format='%ad %ae %s' 2020-11-11 danzh Move const declarations into quic_stream_sequencer_buffer.cc 2020-11-11 renjietang In QUIC, use using for alias declaration. 2020-11-11 wub Internal QUICHE change 2020-11-11 bnc Send QUIC GOAWAY after given time even if connection not idle. 2020-11-11 wub Change --quic_bbr2_default_inflight_hi_headroom from 0.01 to 0.15. 2020-11-11 bnc Use maximum stream ID in GOAWAY frame for graceful shutdown. 2020-11-10 quiche-dev Prevent QUIC handshake messages from flooding GFE logs 2020-11-10 bnc Implement new PRIORITY_UPDATE frame. 2020-11-10 danzh Fix QUICHE build issue in Chromium. 2020-11-10 quiche-dev Unify gfe2::RecordingHeadersHandler and spdy::TestHeadersHandler to spdy::RecordingHeadersHandler. 2020-11-10 quiche-dev Include prefix in SSL_early_data_reason_string. 2020-11-10 haoyuewang Replace absl::variant constructor call with emplace to fix clang10 compilation error. 2020-11-10 nharper Internal QUICHE change 2020-11-09 haoyuewang Allocate the size of stream sequencer buffer block pointer container on demand. This should save 16K bytes memory per stream on the server side, as currently blocks_ in QuicStreamSequencerBuffer starts with 2048 nullptr as soon as there is any data to read. 2020-11-09 renjietang Replace gfe2_reloadable_flag_quic_split_up_send_rst with gfe2_reloadable_flag_quic_split_up_send_rst_2. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=bnc@chromium.org Change-Id: I508120bb0d0858acd948f1b5a3fe5a9a1cf54021 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533540 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:Bence Béky <bnc@chromium.org> Auto-Submit: Dan Zhang <danzh@chromium.org> Cr-Commit-Position: refs/heads/master@{#826752}
Showing
Please register or sign in to comment