From d459e15c8ca605633c01a95a534cae12b961c066 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Tue, 29 Mar 2022 08:59:04 -0400 Subject: [PATCH] Update QUICHE from b030612c6 to fdf95d751 https://github.com/google/quiche/compare/b030612c6..fdf95d751 $ git log b030612c6..fdf95d751 --date=short --no-merges --format="%ad %al %s" 2022-03-28 birenroy Explicitly adds "host" to the set of accepted request headers, and allows "host" in place of ":authority". 2022-03-28 diannahu Allow NgHttp2Adapter to remove `sources_` map entries via CallbackVisitor. 2022-03-25 fayang Send connection close packet for QUIC_INVALID_VERSION, behind client_connection_option INVC. 2022-03-25 ramosalex Changed one assertion to use matchers instead of size and index check. 2022-03-25 diannahu Make oghttp2 reject connection-specific headers during header validation. 2022-03-25 haoyuewang Internal change 2022-03-24 fayang Automated g4 rollback of changelist 436769765. 2022-03-24 fayang Log QUIC_BUG if connection sends multiple connection closes. 2022-03-23 diannahu Fix oghttp2 to reject 204 responses with a body, even with no content-length header. 2022-03-23 fayang Flush creator after MaybeCoalescePacketOfHigherSpace. This would allow connection to coalesce HANDSHAKE + 1-RTT packets while there is an INITIAL in the coalescer. 2022-03-23 danzh Deprecate --gfe2_reloadable_flag_quic_pass_path_response_to_validator. 2022-03-23 fayang Reporting ACK delay based on packet receipt time (rather than packet process time). 2022-03-22 fayang On the server side, drop packets with changed server address silently. Signed-off-by: Alyssa Wilk --- 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 8fc42f4fc3ef..5dcdfd4766bc 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -860,12 +860,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 = "b030612c6f3dd140e91bf114750ff05ab5d53da1", - sha256 = "715105f4d4a2b745692ad80e8b92c88b7c085a517bf9c027a28ddc08c57be27d", + version = "fdf95d751e52d5f1f61b0b2169ef6e7f3260f7b2", + sha256 = "9b4b7fa3b22cbe49b03ebc881e615421edf894ded82c20dceba3c52baab7458d", urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"], strip_prefix = "quiche-{version}", use_category = ["dataplane_core"], - release_date = "2022-03-22", + release_date = "2022-03-28", cpe = "N/A", ), com_googlesource_googleurl = dict(