Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
  • Loading branch information
soulxu committed Jul 26, 2023
1 parent dfa0682 commit 6050489
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ TEST_P(OverloadIntegrationTest, NoNewStreamsWhenOverloaded) {
// TEST_P(ListenerMaxConnectionPerSocketEventTest, AcceptsConnectionsUpToTheMaximumPerSocketEvent) {
// auto set_max_connections_per_socket_event_to_two =
// [](envoy::config::bootstrap::v3::Bootstrap& bootstrap) {
// for (auto& listener_config : *bootstrap.mutable_static_resources()->mutable_listeners()) {
// for (auto& listener_config : *bootstrap.mutable_static_resources()->mutable_listeners())
// {
// listener_config.mutable_max_connections_to_accept_per_socket_event()->set_value(2);
// }
// };
Expand Down

0 comments on commit 6050489

Please sign in to comment.