Skip to content

Commit 6c67c70

Browse files
Update QUICHE from bbe3dde94 to f4cb73412 (#44442)
https://github.com/google/quiche/compare/bbe3dde94..f4cb73412 ``` $ git log bbe3dde94..f4cb73412 --date=short --no-merges --format="%ad %al %s" 2026-04-14 martinduke Limit Joining FETCH to largest_object at time of SUBSCRIBE. 2026-04-13 dmcardle Deprecate MASQUE PerRequestConfig::SetExpectedEncapsulatedResponseBody() 2026-04-10 dmcardle Add encapsulated response body callback to MASQUE client's PerRequestConfig 2026-04-10 ripere Add `num_ohttp_chunks` flag and remove `chunked` flag. 2026-04-10 ripere Add `num_bhttp_chunks` flag and remove `indeterminate_length` flag. 2026-04-10 ianswett Reject NEW_CONNECTION_ID frames with empty connection IDs and close the connection, per RFC9000. Based on cr/896368856 2026-04-10 wub No public description 2026-04-09 reubent Enforce a limit on the amount of total, uncompressed header bytes 2026-04-09 dschinazi Improve connection logging in OHTTP toy client 2026-04-09 dmcardle No public description 2026-04-09 martinduke Joining FETCH is allowed for any subscribe with forward = 1, without regard for filter type. 2026-04-08 asedeno Fis OSS QUICHE build. ``` Signed-off-by: Ryan Hamilton <rch@google.com>
1 parent 1af547e commit 6c67c70

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ quiche:
296296
project_name: "QUICHE"
297297
project_desc: "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols"
298298
project_url: "https://github.com/google/quiche"
299-
release_date: "2026-04-09"
299+
release_date: "2026-04-14"
300300
use_category:
301301
- controlplane
302302
- dataplane_core

bazel/repository_locations.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
553553
urls = ["https://github.com/simdutf/simdutf/releases/download/v{version}/singleheader.zip"],
554554
),
555555
quiche = dict(
556-
version = "bbe3dde941efd8cc9297face96b6305bbfd880e1",
557-
sha256 = "4e1c184c1f4c9e350c718127754c7d369f9fcc11dc7557cce48a9fe47970a0ed",
556+
version = "f4cb73412317e1ec397f37ec8e218396dad18186",
557+
sha256 = "5798004d460932ef454f38a341773eba614097e581cbaa50513a8a0a446921a8",
558558
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
559559
strip_prefix = "quiche-{version}",
560560
),

0 commit comments

Comments
 (0)