jbertram commented on code in PR #4712:
URL: https://github.com/apache/activemq-artemis/pull/4712#discussion_r1427264001


##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java:
##########
@@ -164,6 +164,8 @@ public class NettyConnector extends AbstractConnector {
    public static final String SEC_ACTIVEMQ_REMOTING_ACCEPT = 
"Sec-ActiveMQRemoting-Accept";
    public static final String ACTIVEMQ_REMOTING = "activemq-remoting";
 
+   public static final String NETTY_HTTP_HEADER_PREFIX = "netty.http.header.";

Review Comment:
   I think this would be better if it was relocated to 
`org.apache.activemq.artemis.core.remoting.impl.netty.TransportConstants` and 
renamed to `nettyHttpHeader.`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to