Skip to content

Commit

Permalink
Update Envoy (#2557)
Browse files Browse the repository at this point in the history
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
envoy-bot authored and jpsim committed Nov 28, 2022
1 parent 276c480 commit 19e10bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/envoy
Submodule envoy updated from 0b10b0 to 94c458
1 change: 1 addition & 0 deletions mobile/envoy_build_config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ envoy_cc_library(
deps = [
"extension_registry_platform_additions",
"@envoy//source/common/network:socket_lib",
"@envoy//source/common/router:upstream_codec_filter_lib",
"@envoy//source/common/upstream:logical_dns_cluster_lib",
"@envoy//source/extensions/clusters/dynamic_forward_proxy:cluster",
"@envoy//source/extensions/compression/brotli/decompressor:config",
Expand Down
2 changes: 2 additions & 0 deletions mobile/envoy_build_config/extension_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "source/common/network/default_client_connection_factory.h"
#include "source/common/network/socket_interface_impl.h"
#include "source/common/router/upstream_codec_filter.h"
#include "source/common/upstream/logical_dns_cluster.h"
#include "source/extensions/clusters/dynamic_forward_proxy/cluster.h"
#include "source/extensions/compression/brotli/decompressor/config.h"
Expand Down Expand Up @@ -62,6 +63,7 @@ void ExtensionRegistry::registerFactories() {
Envoy::Extensions::Upstreams::Http::Generic::forceRegisterGenericGenericConnPoolFactory();
Envoy::Upstream::forceRegisterLogicalDnsClusterFactory();
ExtensionRegistryPlatformAdditions::registerFactories();
Router::forceRegisterUpstreamCodecFilterFactory();

// TODO: add a "force initialize" function to the upstream code, or clean up the upstream code
// in such a way that does not depend on the statically initialized variable.
Expand Down

0 comments on commit 19e10bc

Please sign in to comment.