spmallette commented on code in PR #1838:
URL: https://github.com/apache/tinkerpop/pull/1838#discussion_r1015951820


##########
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Channelizer.java:
##########
@@ -178,10 +180,14 @@ public void configure(final ChannelPipeline pipeline) {
                 throw new IllegalStateException("To use wss scheme ensure that 
enableSsl is set to true in configuration");
 
             final int maxContentLength = 
cluster.connectionPoolSettings().maxContentLength;
+            HttpHeaders httpHeaders = new DefaultHttpHeaders();

Review Comment:
   nit: please review changes to make sure variables that can be `final` are 
marked as such.



-- 
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