jbertram commented on code in PR #4712:
URL: https://github.com/apache/activemq-artemis/pull/4712#discussion_r1427264386
##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java:
##########
@@ -309,6 +311,8 @@ public class NettyConnector extends AbstractConnector {
private final ClientProtocolManager protocolManager;
+ private final Map<String, String> http_headers;
Review Comment:
Rename to `httpHeaders` to be consistent with other variable 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]