Skip to content

Commit

Permalink
Update QUICHE from 28317b632 to 0860476f3 (envoyproxy#31571)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/28317b632..0860476f3

```
$ git log 28317b632..0860476f3 --date=short --no-merges --format="%ad %al %s"

2023-12-28 martinduke Added logging and code counts for Connection ID collisions.
2023-12-27 vasilvv Fix QUICHE CI build.
2023-12-27 martinduke Add basic MoQT OBJECT sending capability. This is the result of a little bit of interop with Alan's chat client.
2023-12-26 dschinazi Allow sending additional headers with masque_client
```

Signed-off-by: Alejandro R Sedeño <[email protected]>
  • Loading branch information
asedeno authored Jan 2, 2024
1 parent 09db635 commit 917d6c9
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 @@ -1175,12 +1175,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 = "28317b63250a6d8e0fa5a621fd6898479692dd2b",
sha256 = "4e64ed3b61353912923cc2389adc63bc0977e29418c0ef88dd9c394be33f01dd",
version = "0860476f3e59c023bc96e8cea1f18b11e241fda7",
sha256 = "05d1210e4a3e381cf682564a3d350adb702aacc60c098434b6470301df2613f0",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2023-12-21",
release_date = "2023-12-28",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit 917d6c9

Please sign in to comment.