Roll src/net/third_party/quiche/src/ 1b6221e15..db0253c93 (15 commits)
https://quiche.googlesource.com/quiche.git/+log/1b6221e157c7..db0253c93b9 $ git log 1b6221e15..db0253c93 --date=short --no-merges --format='%ad %ae %s' 2020-08-07 dschinazi Fix QUIC merge 2020-08-07 renjietang Move flow control config validation logic from QuicSession to individual QuicStream. 2020-08-07 vasilvv Make QuicTransportClientSession implement QuicCryptoClientStream::ProofHandler. 2020-08-07 fayang Add connection option NSLC to always send connection close for idle timeout. Protected by gfe2_reloadable_flag_quic_no_silent_close_for_idle_timeout. 2020-08-07 fayang Add two QUIC_CODE_COUNT for trimming full time wait list and remove expired connections. 2020-08-06 fayang Add srtt to TimeWaitConnectionInfo. Also add GFE_CODE_COUNT recording information when a packet is processed in time wait list. Logging only, not protected. 2020-08-06 danzh N/a(test only) override OnConnectionClosed() in MockQuicCryptoStream. 2020-08-06 fayang In QUIC, add TimeWaitConnectionInfo to record necessary information of connections which are going to be added to time wait list. Refactor only, no functional change expected, not protected. 2020-08-06 fayang In QUIC, add error code QUIC_SILENT_IDLE_TIMEOUT. Used when server silently close connection due to no network activity. The connection close packets would be serialized and will be sent by time wait list upon receiving client packets. Protected by gfe2_reloadable_flag_quic_add_silent_idle_timeout. 2020-08-06 haoyuewang Disable sending min_ack_delay in transport parameters on the client side. It is a no-op for google service and not flag protected. 2020-08-05 danzh (n/a) remove final specifier from QuicBatchWriterBase::Flush() interface. 2020-08-05 renjietang Move lengthy inline functions from headers file to the .cc file. 2020-08-05 renjietang Move kDefaultMaxUncompressedHeaderSize to http_constants. 2020-08-04 nharper Use trampoline for TicketCrypterGoogle3::Decrypt 2020-08-04 quiche-dev Add build option to third_party/http2. No functional change. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=renjietang@chromium.org Change-Id: I545eb1872c0e53351365bd8ab67ed2206194bffd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342143 Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#796107}
Showing
Please register or sign in to comment