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 59fe4b0f4 to 5a433bd7d (#38337)
https://github.com/google/quiche/compare/59fe4b0f4..5a433bd7d ``` $ git log 59fe4b0f4..5a433bd7d --date=short --no-merges --format="%ad %al %s" 2025-02-06 birenroy Adds an oghttp2 option to disable Huffman compression of header field values. 2025-02-06 quiche-dev No public description 2025-02-06 birenroy Adds a `DISABLE_HUFFMAN` CompressionOption to SpdyFramer. 2025-02-06 haoyuewang Refactor QuicTimeWaitList to make it easier to use a single connection ID map. 2025-02-06 quiche-dev Count how often stricter base64 parsing would fail in Quiche's structured headers 2025-02-05 birenroy Replaces `SpdyFramer::compression_enabled()` with `SpdyFramer::compression_option()`. 2025-02-05 wub In `quic::ProofSourceHandle::SelectCertificate`, change the `client_hello` argument from the raw client hello bytes to a `SSL_CLIENT_HELLO` pointer. 2025-02-05 birenroy Splits HpackEncoder::enable_compression_ into two bool members that are always toggled together. 2025-02-05 birenroy Removes one parameter from `HpackEncoder::EmitNonIndexedLiteral()`. ``` Signed-off-by: Biren Roy <[email protected]>
- Loading branch information