Skip to content

Commit

Permalink
Merge f0fa833 into 30ecc25
Browse files Browse the repository at this point in the history
  • Loading branch information
abeyad committed May 15, 2024
2 parents 30ecc25 + f0fa833 commit ebfb3c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/common/stream_info/stream_info_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,26 +437,26 @@ struct StreamInfoImpl : public StreamInfo {
SystemTime start_time_;
MonotonicTime start_time_monotonic_;
absl::optional<MonotonicTime> final_time_;

absl::optional<Http::Protocol> protocol_;

private:
absl::optional<uint32_t> response_code_;

public:
absl::optional<std::string> response_code_details_;
absl::optional<std::string> connection_termination_details_;

public:
absl::InlinedVector<ResponseFlag, 4> response_flags_{};
bool health_check_request_{};
Router::RouteConstSharedPtr route_;
envoy::config::core::v3::Metadata metadata_{};
FilterStateSharedPtr filter_state_;

private:
absl::optional<uint32_t> attempt_count_;
// TODO(agrawroh): Check if the owner of this storage outlives the StreamInfo. We should only copy
// the string if it could outlive the StreamInfo.
absl::optional<std::string> virtual_cluster_name_;

private:
static Network::ConnectionInfoProviderSharedPtr emptyDownstreamAddressProvider() {
MUTABLE_CONSTRUCT_ON_FIRST_USE(
Network::ConnectionInfoProviderSharedPtr,
Expand Down

0 comments on commit ebfb3c9

Please sign in to comment.