jbertram commented on code in PR #4712:
URL: https://github.com/apache/activemq-artemis/pull/4712#discussion_r1434357266
##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java:
##########
@@ -46,6 +46,8 @@ public class TransportConstants {
public static final String HTTP_CLIENT_IDLE_SCAN_PERIOD =
"httpClientIdleScanPeriod";
+ public static final String NETTY_HTTP_HEADER_PREFIX = "netty.http.header.";
Review Comment:
This still needs to be renamed `nettyHttpHeader.` to be consistent with the
other property names.
--
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]