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 c4d62db87 to bf33a4a6f (#37622)
Update QUICHE from c4d62db87 to bf33a4a6f https://github.com/google/quiche/compare/c4d62db87..bf33a4a6f ``` $ git log c4d62db87..bf33a4a6f --date=short --no-merges --format="%ad %al %s" 2024-12-11 martinduke Initialize dummy application data in QuicStreamTest to quiet asan warnings. 2024-12-11 haoyuewang Add streamz to GfeQuicClientSession such that we can get resumption rate at connection level and early-data rate at stream level. 2024-12-10 vasilvv Fix build errors in Chromium. 2024-12-10 dschinazi Unblock quic_enable_chaos_protection_v2 flag 2024-12-10 wub No public description 2024-12-10 martinduke Send-side RESET_STREAM_AT frame. Nothing utilizes the API yet, so not protected. 2024-12-10 quiche-dev Return transport parameters from TlsChloExtractor 2024-12-10 wub Rename 'source_' in QuicSession to 'connection_close_source_'. 2024-12-10 martinduke MoQT Outgoing ANNOUNCE life cycle. 2024-12-10 wub In QuicDispatcher::CleanUpSession, Only serialize close packets if connection is self closed, i.e. not closed by peer. 2024-12-10 quiche-dev Fix include of stddef.h. 2024-12-09 birenroy Extracts out a helper method to determine whether a chunk extension character is valid. 2024-12-09 martinduke Outgoing MoQT SUBSCRIBE_ANNOUNCES life cycle. 2024-12-08 danzh Notify a closed non-static stream once it is about to be destroyed via a new interface QuicStream::OnSoonToBeDestroyed() with no-op default implementation. 2024-12-06 dschinazi Set a minimum number of chaos protection in new protector 2024-12-06 vasilvv Switch QuicheMemSlice to a platform-independent implementation. 2024-12-06 vasilvv Add APIs to read until a specific point in the stream is reached. 2024-12-05 vasilvv Rewrite MoqtDataParser to only consume one thing at a time. 2024-12-05 birenroy Moves //third_party/http2:http2_structures_lib to //third_party/http2/core/. 2024-12-05 birenroy Moves //third_party/http2:http2_constants_lib to //third_party/http2/core/. 2024-12-04 vasilvv Add test utils to parse control messages and to extract subscribe details. ``` Risk Level: low Testing: existing tests pass Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A --------- Signed-off-by: Dan Zhang <[email protected]> Co-authored-by: Dan Zhang <[email protected]>
- Loading branch information