Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
  • Loading branch information
adisuissa committed Sep 6, 2024
1 parent 0ee0318 commit 8f97b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/http/conn_manager_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ absl::optional<uint64_t> ConnectionManagerImpl::HttpStreamIdProviderImpl::toInte
}

namespace {
static constexpr std::string_view kRouteFactoryName = "envoy.route_config_update_requester.default";
constexpr absl::string_view kRouteFactoryName = "envoy.route_config_update_requester.default";
} // namespace

ConnectionManagerImpl::ActiveStream::ActiveStream(ConnectionManagerImpl& connection_manager,
Expand Down

0 comments on commit 8f97b46

Please sign in to comment.