Skip to content

Commit

Permalink
Update QUICHE from 59fe4b0f4 to 5a433bd7d (#38337)
Browse files Browse the repository at this point in the history
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
birenroy authored Feb 6, 2025
1 parent 80c1ac2 commit 281772b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1218,12 +1218,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "QUICHE",
project_desc = "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols",
project_url = "https://github.com/google/quiche",
version = "59fe4b0f46afd59dd212bb01a175f8b8b5662fe4",
sha256 = "75d2ff0cf54ad724a36a38f984d0b258ff82bc02d599ac2fd499e836b3fd3880",
version = "5a433bd7de22c23700d046346bd3d3afe5c9cd07",
sha256 = "39951f6fff2171a36c759d64c98a9d0bd5921172a36437d719ea5cba639c3802",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2025-02-05",
release_date = "2025-02-06",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit 281772b

Please sign in to comment.