Skip to content

Commit

Permalink
minor update: fix comment (envoyproxy#30482)
Browse files Browse the repository at this point in the history
Signed-off-by: wbpcode <[email protected]>
  • Loading branch information
code authored Oct 25, 2023
1 parent 604f7a2 commit b321e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/router/config_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@ PerFilterConfigs::PerFilterConfigs(
fmt::format("Empty route/virtual host per filter configuration for {} filter", name));
}

// If the field `config` is configured but is empty, we treat the filter as disabled
// If the field `config` is configured but is empty, we treat the filter is enabled
// explicitly.
if (filter_config.config().type_url().empty()) {
configs_.emplace(name, FilterConfig{nullptr, false});
Expand Down

0 comments on commit b321e5e

Please sign in to comment.