From 11e632b7178b4c1c9d05433455c30f9d6e2a2b31 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Fri, 1 Mar 2024 04:13:37 +0000 Subject: [PATCH] Update QUICHE from 02047e04d to 3373df94b https://github.com/google/quiche/compare/02047e04d..3373df94b ``` $ git log 02047e04d..3373df94b --date=short --no-merges --format="%ad %al %s" 2024-02-29 awillia Add work-around for unused private fields in quic/masque 2024-02-29 rch Add a new MetadataVisitor class to QuicSpdyStream. If registered, an instance of this new class will receive decoded HTTP/3 METADATA frames. If not, registered, HTTP/3 METADATA frames will be delivered as unknown HTTP/3 frames, which is current behavior. 2024-02-29 wangsteve No public description 2024-02-29 birenroy Refactors error handling in PassthroughHeadersHandler. ``` Signed-off-by: Ryan Hamilton --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 6cc43c9ca296d..6e6043e8452b7 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1209,12 +1209,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 = "02047e04d076d36226e92847a94acf33544f10d6", - sha256 = "0fc35f9794ae3ff698ff1f248129e3123e0cf699ff7dfa6563708316db00ce19", + version = "3373df94b3713d4e3ef69ee54ba6e7b6aaaebcc0", + sha256 = "fab452b368990d31a241f18a96fad613377752ff114b7584d0e7eb8cfe5464fe", urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"], strip_prefix = "quiche-{version}", use_category = ["controlplane", "dataplane_core"], - release_date = "2024-02-28", + release_date = "2024-02-29", cpe = "N/A", license = "BSD-3-Clause", license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",