We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184b681 commit 79b7595Copy full SHA for 79b7595
bazel/foreign_cc/0002-tlv-support.patch
@@ -497,7 +497,7 @@ index f86c9e9cce..647ee8d63d 100644
497
498
Network::TransportSocketOptionsConstSharedPtr options_;
499
@@ -52,6 +56,7 @@ private:
500
- const UpstreamProxyProtocolStats& stats_;
+ UpstreamProxyProtocolStats stats_;
501
const bool pass_all_tlvs_;
502
absl::flat_hash_set<uint8_t> pass_through_tlvs_{};
503
+ std::vector<Envoy::Network::ProxyProtocolTLV> added_tlvs_{};
0 commit comments