Skip to content

Commit 153d247

Browse files
authored
reverted to before on destroy log change (#84)
* reverted to before on destroy log change
1 parent a2c390b commit 153d247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bazel/extensions/extensions_build_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ EXTENSIONS = {
164164
"envoy.transport_sockets.upstream_proxy_protocol": "//source/extensions/transport_sockets/proxy_protocol:upstream_proxy_protocol",
165165
"envoy.transport_sockets.raw_buffer": "//source/extensions/transport_sockets/raw_buffer:config",
166166
"envoy.transport_sockets.tap": "//source/extensions/transport_sockets/tap:config",
167-
"envoy.transport_sockets.quic": "//source/extensions/quic_listeners/quiche:quic_factory_lib",
167+
"envoy.transport_sockets.quic": "//source/extensions/quic_listeners/quiche:quic_transport_socket_factory_lib",
168168

169169
#
170170
# Retry host predicates

bazel/repository_locations.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REPOSITORY_LOCATIONS = dict(
22
# envoy master-v1.16.0 pre-release
33
envoy = dict(
4-
commit = "862cc5de037bf0930b8251c5d9a2dc2d63844950",
4+
commit = "622e66dde0fb596dfbd3636943f4f3090979f3b5",
55
remote = "https://github.com/envoyproxy/envoy",
66
),
77
inja = dict(

0 commit comments

Comments
 (0)