Skip to content

Commit

Permalink
Allow request cleanup to access headers
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Avlasov <yavlasov@google.com>
  • Loading branch information
yanavlasov committed Apr 5, 2024
1 parent 06ea913 commit 8c671a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/tcp_proxy/upstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ class CombinedUpstream : public GenericUpstream,
const TunnelingConfigHelper& config_;
// The downstream info that is owned by the downstream connection.
StreamInfo::StreamInfo& downstream_info_;
std::list<UpstreamRequestPtr> upstream_requests_;
std::unique_ptr<Http::RequestHeaderMapImpl> downstream_headers_;
std::list<UpstreamRequestPtr> upstream_requests_;
HttpConnPool& parent_;

private:
Expand Down

0 comments on commit 8c671a2

Please sign in to comment.