Skip to content

Commit 79b7595

Browse files
committed
These diffs are so hard to understand
1 parent 184b681 commit 79b7595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/foreign_cc/0002-tlv-support.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ index f86c9e9cce..647ee8d63d 100644
497497

498498
Network::TransportSocketOptionsConstSharedPtr options_;
499499
@@ -52,6 +56,7 @@ private:
500-
const UpstreamProxyProtocolStats& stats_;
500+
UpstreamProxyProtocolStats stats_;
501501
const bool pass_all_tlvs_;
502502
absl::flat_hash_set<uint8_t> pass_through_tlvs_{};
503503
+ std::vector<Envoy::Network::ProxyProtocolTLV> added_tlvs_{};

0 commit comments

Comments
 (0)