Skip to content

Commit b04aa73

Browse files
danzh2010danzh1989
andauthored
Quiche roll 20250710212714 (#40200)
Update QUICHE from 5e2529495 to a22c0c945 https://github.com/google/quiche/compare/5e2529495..a22c0c945 $ git log 5e2529495..a22c0c945 --date=short --no-merges --format="%ad %al %s" 2025-07-10 vasilvv Subtract QUIC overhead from the bandwidth estimate returned by the WebTransport API. 2025-07-10 fayang No public description 2025-07-09 martinduke Update MoQT SUBSCRIBE_ANNOUNCES to draft-11. 2025-07-09 martinduke Update MoQT ANNOUNCE-related messages to draft-11. 2025-07-09 martinduke Update MoQT TRACK_STATUS{_REQUEST} to draft-11. 2025-07-09 danzh Patch a fix from https://github.com/villainb-dg for the issue of leaking connection flow control window when a HTTP2 stream receives a DATA frame after being closed (reset, etc). 2025-07-09 dmcardle Enable quic_no_write_control_frame_upon_connection_close2 for Chrome 2025-07-07 martinduke Avoid use of MemSliceFromString() in moqt_outgoing_queue_test. 2025-07-07 martinduke Update MoQT FETCH* messages to draft-11. 2025-07-07 dmcardle Prevent undefined enum cast in CertCompressor 2025-07-07 vasilvv Fix standalone QUICHE build. 2025-07-07 quiche-dev Enabling rolled out flags. 2025-07-03 quiche-dev Put QUICHE_EXPORT on IndeterminateLengthDecoder 2025-07-02 quiche-dev Implementing Indeterminate-Length Binary HTTP decoding 2025-07-02 martinduke Deprecate gfe2_reloabable_flag_quic_can_send_ack_frequency. 2025-07-02 martinduke Control client-side MinAckDelay option with AFIA connection option. 2025-07-01 fayang No public description 2025-07-01 vasilvv Support zero-copy writes in WebTransport. 2025-06-30 dmcardle Convert QuicConnection's bools to bit-fields 2025-06-30 dmcardle Add benchmark for QuicConnection constructor Risk Level: low Testing: existing tests passed Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A --------- Signed-off-by: Dan Zhang <[email protected]> Co-authored-by: Dan Zhang <[email protected]>
1 parent 8537e5c commit b04aa73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bazel/external/quiche.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,6 +3005,7 @@ envoy_cc_library(
30053005
copts = quiche_copts,
30063006
repository = "@envoy",
30073007
deps = [
3008+
":quiche_common_mem_slice",
30083009
":quiche_common_platform_export",
30093010
"@com_google_absl//absl/strings",
30103011
"@com_google_absl//absl/types:span",

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,12 +1208,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
12081208
project_name = "QUICHE",
12091209
project_desc = "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols",
12101210
project_url = "https://github.com/google/quiche",
1211-
version = "5e252949537509542dfb26d8ee6d90e9e579d34a",
1212-
sha256 = "13bb69aebc77011524642b8f7c0bed605f546cfb734686acb935890b19ea427e",
1211+
version = "a22c0c94516da6f61cf890678eadddedceb10178",
1212+
sha256 = "4dc6de37499d8632727739512b06e737f64b6bd4d54b51390ea649a91ac30ee3",
12131213
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
12141214
strip_prefix = "quiche-{version}",
12151215
use_category = ["controlplane", "dataplane_core"],
1216-
release_date = "2025-06-30",
1216+
release_date = "2025-07-10",
12171217
cpe = "N/A",
12181218
license = "BSD-3-Clause",
12191219
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",

0 commit comments

Comments
 (0)