diff --git a/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/HAProxyMessageChannelHandler.java b/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/HAProxyMessageChannelHandler.java index 6c165b2e5c..df61c031cf 100644 --- a/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/HAProxyMessageChannelHandler.java +++ b/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/HAProxyMessageChannelHandler.java @@ -47,7 +47,8 @@ public final class HAProxyMessageChannelHandler extends ChannelInboundHandlerAda AttributeKey.newInstance("_haproxy_message"); public static final AttributeKey ATTR_HAPROXY_VERSION = AttributeKey.newInstance("_haproxy_version"); - static final AttributeKey> ATTR_HAPROXY_CUSTOM_TLVS = AttributeKey.newInstance("_haproxy_tlvs"); + public static final AttributeKey> ATTR_HAPROXY_CUSTOM_TLVS = AttributeKey.newInstance( + "_haproxy_tlvs"); @VisibleForTesting static final Attrs.Key HAPM_DEST_PORT = Attrs.newKey("hapm_port");