markt-asf commented on a change in pull request #380: URL: https://github.com/apache/tomcat/pull/380#discussion_r535499442
########## File path: java/org/apache/tomcat/util/net/SecureNioChannel.java ########## @@ -68,6 +71,8 @@ protected boolean closed = false; protected boolean closing = false; + private Map<String,List<String>> additionalTlsAttributes = new HashMap<>(); Review comment: Will do ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org