Skip to content

Commit

Permalink
Update QUICHE from 5621f6366 to aaf48d2e5 (#36976)
Browse files Browse the repository at this point in the history
Update QUICHE from 5621f6366 to aaf48d2e5
 
https://github.com/google/quiche/compare/5621f6366..aaf48d2e5
    
```
$ git log 5621f6366..aaf48d2e5 --date=short --no-merges --format="%ad %al %s"
     
2024-11-04 asedeno MASQUE: add tap bridging support for CONNECT-ETHERNET
2024-11-04 quiche-dev Fix the issue that -Wrange-loop-construct higlighted in quiche.
2024-11-01 martinduke Send raw counts of reported ECN marks in QUIC ACK frames to the debugger.
2024-11-01 wub No public description
2024-11-01 quiche-dev Mark sec-authenticated-request-headers as a repeated header
2024-10-31 ricea Remove a stray semi-colon from quiche_protocol_flags_list.h
2024-10-31 birenroy Adds unit tests for clients handling END_STREAM after 1xx headers without final response headers.
2024-10-29 wub Add transport parameter 'discard' to QUIC and switch connection option `CHP1` and `CHP2` to use it.
2024-10-29 rch Record stats when forward progress is made on a QUIC connection after changing the flow label on PTO.
2024-10-29 vasilvv Implement QuicAlarmMultiplexer.
2024-10-28 wub Deprecate gfe2_reloadable_flag_quic_add_ssl_error_stack_to_error_detail.
2024-10-28 martinduke Parser/Framer for MoQT FETCH Stream messages.
2024-10-28 martinduke Delete Subscribe ID from MoQT Object headers
```

---------

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Nov 5, 2024
1 parent 5604f38 commit b9a8c66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions bazel/external/quiche.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2362,6 +2362,7 @@ envoy_quic_cc_library(
deps = [
":quic_core_alarm_factory_lib",
":quic_core_alarm_lib",
":quic_core_clock_lib",
],
)

Expand Down Expand Up @@ -5505,6 +5506,7 @@ envoy_cc_library(
repository = "@envoy",
tags = ["nofips"],
deps = [
":quiche_common_platform",
":quiche_common_platform_export",
":quiche_common_text_utils_lib",
"@com_google_absl//absl/container:flat_hash_set",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1225,12 +1225,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 = "5621f6366ea98f8a9776144b21b2572b82f3af15",
sha256 = "1d2048d6b42eb8e5e175dc07f9ab86e08d001c9d2beb6cd0f5fa34a35244dfc1",
version = "aaf48d2e5e2a5e8b056abdeedf20c0cd0c69043e",
sha256 = "58f4d24535e46ed5225b55e037f09d1aed954ea26a2ea1ca3fb39911ad28d7a2",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2024-10-25",
release_date = "2024-11-04",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit b9a8c66

Please sign in to comment.