Skip to content

Commit

Permalink
Update QUICHE from e894f322d to 45374cbe5 (envoyproxy#30934)
Browse files Browse the repository at this point in the history
* split proguard rules

Signed-off-by: Renjie Tang <[email protected]>

* Update QUICHE from e894f322d to 45374cbe5
https://github.com/google/quiche/compare/e894f322d..45374cbe5

```
$ git log e894f322d..45374cbe5 --date=short --no-merges --format="%ad %al %s"

2023-11-16 quiche-dev No public description
2023-11-16 wub Add `quic::HandshakerDelegateInterface::OnTlsHandshakeConfirmed` and use it to increment the hyperloop's "handshake success" stats.
2023-11-16 vasilvv Add functions to handle WebTransport-Init headers.
2023-11-16 vasilvv Add functions to handle WebTransport subprotocol negotiation headers.
2023-11-16 vasilvv Fix QUICHE build files.
2023-11-15 vasilvv Update Abseil for QUICHE standalone builds
2023-11-15 vasilvv Implement basic WebTransport over HTTP/2 functionality.
2023-11-14 elburrito Add ProxyLayer parameter to BlindSignAuth::GetTokens. Chrome will use this to generate tokens for ProxyA and ProxyB.
2023-11-14 bnc Do not return from QuicSpdyClientStream::OnBodyAvailable() if visitor is null.
2023-11-13 wub Fix a flow control issue introduced in cl/557313748. See b/308247268#comment3 for details of the issue.
2023-11-13 vasilvv Implement MoqtClient and MoqtServer
```

Signed-off-by: Renjie Tang <[email protected]>

---------

Signed-off-by: Renjie Tang <[email protected]>
  • Loading branch information
RenjieTang authored Nov 20, 2023
1 parent 96451cb commit 8e3a17e
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 @@ -1138,12 +1138,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 = "e894f322dcd82ef0642834ea2e5ab432d22ec43b",
sha256 = "98264775cc61ecc15e33864e0a8ccf8501bf889ca6680d4a09229563496ea47c",
version = "45374cbe5557a6d3da7aa1a43c969314f7b1894e",
sha256 = "bd4c88d4bb74e3f0ddc2f854be95f7223157a641743c319aadf1f37b51197015",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2023-11-08",
release_date = "2023-11-16",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit 8e3a17e

Please sign in to comment.