Skip to content

Commit

Permalink
use proper scheme header in async client request
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Meier <[email protected]>
  • Loading branch information
meierfra-ergon committed Dec 10, 2024
1 parent 0310c80 commit b834c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/common/http/async_client_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ AsyncStreamImpl::AsyncStreamImpl(AsyncClientImpl& parent, AsyncClient::StreamCal
route_ = std::move(*route_or_error);
stream_info_.dynamicMetadata().MergeFrom(options.metadata);
stream_info_.setIsShadow(options.is_shadow);
stream_info_.setShouldSchemeMatchUpstream(true);
stream_info_.setUpstreamClusterInfo(parent_.cluster_);
stream_info_.route_ = route_;

Expand Down

0 comments on commit b834c02

Please sign in to comment.