Skip to content

Commit

Permalink
Remove requested_server_name_ field from StreamInfo (#19102)
Browse files Browse the repository at this point in the history
Since the requested_server_name_ was moved to ConnectionInfoProvider, this field is useless now.

Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: no

Signed-off-by: He Jie Xu <hejie.xu@intel.com>
  • Loading branch information
soulxu authored Nov 26, 2021
1 parent 8134744 commit a042c13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/common/stream_info/stream_info_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ struct StreamInfoImpl : public StreamInfo {
uint64_t bytes_sent_{};
Network::Address::InstanceConstSharedPtr legacy_upstream_local_address_;
const Network::ConnectionInfoProviderSharedPtr downstream_connection_info_provider_;
std::string requested_server_name_;
const Http::RequestHeaderMap* request_headers_{};
Http::RequestIdStreamInfoProviderSharedPtr request_id_provider_;
absl::optional<DownstreamTiming> downstream_timing_;
Expand Down

0 comments on commit a042c13

Please sign in to comment.