Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update QUICHE from aaf48d2e5 to 3c9db14bb (envoyproxy#37128)
https://github.com/google/quiche/compare/aaf48d2e5..3c9db14bb ``` $ git log aaf48d2e5..3c9db14bb --date=short --no-merges --format="%ad %al %s" 2024-11-13 davidben Add missing dependency to quiche_test_support 2024-11-13 ricea Rename QuicTag kIFWA to kIFWa 2024-11-12 rch Remove unused TPCC QuicTag and rename the variables * kORBT -> kOBIT * kMIBS -> kMIDS to match their on-the-wire value. 2024-11-12 rch Deprecate --gfe2_reloadable_flag_quic_allow_host_in_request2. 2024-11-12 birenroy Allows a unit test to be exported as part of QUICHE. 2024-11-12 martinduke Change protection scheme for code that marks outgoing ECT. 2024-11-11 wub Change `QuicUnackedPacketMap::NotifyFramesAcked` and `QuicUnackedPacketMap::MaybeAggregateAckedStreamFrame` to take `QuicTransmissionInfo*&` as a input-output parameter. 2024-11-08 martinduke Add ECN counters to ACKs sent by the QuicBufferedPacketStore. 2024-11-07 rch Rename gfe2_restart_flag_quic_support_flow_label to gfe2_restart_flag_quic_support_flow_label2 now that QUIC flow label support seems to be complete. 2024-11-05 birenroy Adds backslash `\` to the list of characters allowed in a HTTP request path. 2024-11-05 rch Add support for sending IPv6 flow labels to QuicGsoBatchWriter 2024-11-05 birenroy Simplifies and modernizes SpdyDataIR. 2024-11-04 dschinazi Update googleurl in QUICHE bazel build ``` and update `bazel/external/quiche.BUILD` to add `quiche/quic/core/flow_label.h`. Risk Level: low Testing: ci --------- Signed-off-by: Alejandro R. Sedeño <asedeno@google.com>
- Loading branch information