pvillard31 commented on code in PR #10154:
URL: https://github.com/apache/nifi/pull/10154#discussion_r2247386367
##########
nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/src/main/java/org/apache/nifi/websocket/jetty/RoutingWebSocketListener.java:
##########
@@ -27,6 +27,7 @@
public class RoutingWebSocketListener extends AbstractAutoDemanding {
private final WebSocketMessageRouter router;
private String sessionId;
+ private Boolean secure;
Review Comment:
Yeah, a left over of different approaches I tried. Fixed. Thanks!
--
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]