Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MobileHttpConnectionManagerFilterConfigFactory
EnvoyMobileHttpConnectionManager> {
public:
MobileHttpConnectionManagerFilterConfigFactory()
: FactoryBase(NetworkFilterNames::get().HttpConnectionManager, true) {}
: FactoryBase(NetworkFilterNames::get().EnvoyMobileHttpConnectionManager, true) {}

private:
Network::FilterFactoryCb createFilterFactoryFromProtoTyped(
Expand Down
2 changes: 1 addition & 1 deletion source/extensions/filters/network/well_known_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class NetworkFilterNameValues {
const std::string DubboProxy = "envoy.filters.network.dubbo_proxy";
// Envoy mobile http connection manager.
const std::string EnvoyMobileHttpConnectionManager =
"envoy.filters.network.http_connection_manager";
"envoy.filters.network.envoy_mobile_http_connection_manager";
// HTTP connection manager filter
const std::string HttpConnectionManager = "envoy.filters.network.http_connection_manager";
// Local rate limit filter
Expand Down