Skip to content

Commit

Permalink
Update QUICHE from b0fda3339 to 5406ceca9 (#19462)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/b0fda3339..5406ceca9

$ git log b0fda3339..5406ceca9 --date=short --no-merges --format="%ad %al %s"

2022-01-10 ianswett Remove GFE verification from 5 protocol feature flags:   gfe2_reloadable_flag_fix_http2_header_value_validation   gfe2_reloadable_flag_quic_flush_pending_frames_and_padding_bytes_on_migration   gfe2_reloadable_flag_tcp_proxy_dos_allow_non_blocking_actions   gfe2_restart_flag_quic_no_common_cert_set   gfe2_restart_flag_external_dos_for_cloud_tcp_proxy

Signed-off-by: Ryan Hamilton <[email protected]>
  • Loading branch information
RyanTheOptimist authored Jan 10, 2022
1 parent 8feaee6 commit 63c1028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -843,12 +843,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 = "b0fda3339a7e0c24d8bea7cfb6d9ea306e2686a1",
sha256 = "131738f9df1afdc517f895fb8bd58ce0db40bf0af9bfe4dd244e6d45b00ed66d",
version = "5406ceca917fb93d21728112106391202ee36d4d",
sha256 = "8b3d9ca2ea1958a4b410cdeee89bd024efbf36e6ddd29811486efd0d63817551",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["dataplane_core"],
release_date = "2022-01-06",
release_date = "2022-01-10",
cpe = "N/A",
),
com_googlesource_googleurl = dict(
Expand Down

0 comments on commit 63c1028

Please sign in to comment.