Skip to content

Commit

Permalink
Spelling Fix (#1246)
Browse files Browse the repository at this point in the history
* spelling fix
* format fix

Signed-off-by: Tom Zhang <[email protected]>
  • Loading branch information
tomjzzhang authored Oct 30, 2024
1 parent 2d0b94f commit fc4a01c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/client/process_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ class ClusterManagerFactory : public Envoy::Upstream::ProdClusterManagerFactory
// https://github.com/envoyproxy/envoy/commit/93ee668a690d297ab5e8bd2cbf03771d852ebbda ALPN may
// be set up to negotiate a protocol, in which case we'd need a HttpConnPoolImplMixed. However,
// our integration tests pass, and for now this might suffice. In case we do run into the need
// for supporting multiple procols in a single pool, ensure we hear about it soon, by asserting.
// for supporting multiple protocols in a single pool, ensure we hear about it soon, by
// asserting.
RELEASE_ASSERT(protocols.size() == 1, "Expected a single protocol in protocols vector.");
const Envoy::Http::Protocol& protocol = protocols[0];
if (protocol == Envoy::Http::Protocol::Http11 || protocol == Envoy::Http::Protocol::Http10) {
Expand Down

0 comments on commit fc4a01c

Please sign in to comment.