Skip to content

Commit

Permalink
Update QUICHE from f18d52057 to 71111c723 (#37842)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/f18d52057..71111c723

```
$ git log f18d52057..71111c723 --date=short --no-merges --format="%ad %al %s"

2024-12-27 martinduke MoQT Upstream FETCH data streams.
2024-12-23 rch Fix a flake in quic_udp_socket_test.cc caused by recvmsg occasionally returning EAGAIN by reading again in this case.
2024-12-20 dschinazi Switch QUIC version negotiation to RFC codepoint
2024-12-19 martinduke Add a new QUIC Connection option to specify Cubic for the client side only.
2024-12-17 dschinazi Fix flakiness in chaos protection test
2024-12-17 martinduke Send MoQT Fetch and handle FETCH_OK/FETCH_ERROR. The application can induce FETCH_CANCEL by destroying the MoqtFetchTask object it owns.
2024-12-16 quiche-dev Declare nfds parameter of PollSyscall() as size_t
```

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Dec 31, 2024
1 parent d824532 commit d41fd9b
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 @@ -1235,12 +1235,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 = "f18d5205756e4d92f2711c617cbd106644469980",
sha256 = "a39e718b49c61a5c2c319c76df61ab29ad6da587b34bf70ffd0f648e08636186",
version = "71111c7230fcec1e75ced2b0cc942ee0723309aa",
sha256 = "1b83a70bee1457c58bbc56c1a7ae26547efaeb0e1e18a12b0a1f8730ff17b4aa",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2024-12-16",
release_date = "2024-12-27",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit d41fd9b

Please sign in to comment.