Skip to content

Commit

Permalink
Update QUICHE from 1f4eceea4 to 165356797 (#38124)
Browse files Browse the repository at this point in the history
Update QUICHE from 1f4eceea4 to 165356797
https://github.com/google/quiche/compare/1f4eceea4..165356797

```
$ git log 1f4eceea4..165356797 --date=short --no-merges --format="%ad %al %s"

2025-01-16 dschinazi Improve QUIC_BUG in GenerateRemainingCryptoFrames
2025-01-16 haoyuewang Fix quic_frames_test when QUIC_FRAME_DEBUG is defined.
2025-01-16 dschinazi Add missing flag counts for quic_version_negotiation_rfc
2025-01-15 martinduke Frame/parse IMMEDIATE_ACK frame.
2025-01-15 haoyuewang Log more detailed error when GFE_BUG triggered in QuicSession::MarkConnectionLevelWriteBlocked.
2025-01-15 haoyuewang Fix use after moved bug in QuicTimeWaitListManager.
```

Additional changes:
-Adding quic_immediate_ack_frame build dependency


Risk Level: Low
Testing: Existing tests pass
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

---------

Signed-off-by: Rickyp <ricardo.perezper@gmail.com>
  • Loading branch information
Rickyp authored Jan 21, 2025
1 parent 98d153b commit 4711036
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 @@ -2909,6 +2909,7 @@ envoy_cc_library(
"quiche/quic/core/frames/quic_frame.cc",
"quiche/quic/core/frames/quic_goaway_frame.cc",
"quiche/quic/core/frames/quic_handshake_done_frame.cc",
"quiche/quic/core/frames/quic_immediate_ack_frame.cc",
"quiche/quic/core/frames/quic_max_streams_frame.cc",
"quiche/quic/core/frames/quic_message_frame.cc",
"quiche/quic/core/frames/quic_new_connection_id_frame.cc",
Expand All @@ -2935,6 +2936,7 @@ envoy_cc_library(
"quiche/quic/core/frames/quic_frame.h",
"quiche/quic/core/frames/quic_goaway_frame.h",
"quiche/quic/core/frames/quic_handshake_done_frame.h",
"quiche/quic/core/frames/quic_immediate_ack_frame.h",
"quiche/quic/core/frames/quic_inlined_frame.h",
"quiche/quic/core/frames/quic_max_streams_frame.h",
"quiche/quic/core/frames/quic_message_frame.h",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1218,12 +1218,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 = "1f4eceea4d1d31fa4bfc698495aa85e0f511b116",
sha256 = "65bf98219dee2f9eea8933b9ce0f0028d447423e5bc3e350a1250d0339d0277f",
version = "16535679768274d3061f1b991082a6a0c8fd1aac",
sha256 = "9ba2280a81f4bb7588e073f44ee9f4371f63c7bd83e39ed1c616024cb7da7d54",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2025-01-14",
release_date = "2025-01-17",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit 4711036

Please sign in to comment.