Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
Signed-off-by: wbpcode <wbphub@live.com>
  • Loading branch information
wbpcode committed Apr 28, 2024
1 parent c75bc70 commit 1d500a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/router/upstream_request.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ UpstreamRequest::UpstreamRequest(RouterFilterInterface& parent,

// The router checks that the connection pool is non-null and valid before creating an
// UpstreamRequest.
ASSERT(conn_pool_->valid() && upstream_host_ != nullptr, "Invalid connection pool");
ASSERT(upstream_host_ != nullptr, "Invalid connection pool");
upstream_info_->upstream_host_ = upstream_host_;

Tracing::HttpTraceContext trace_context(*parent_.downstreamHeaders());
Expand Down

0 comments on commit 1d500a7

Please sign in to comment.