rmannibucau commented on PR #857: URL: https://github.com/apache/tomcat/pull/857#issuecomment-2894460535
@markt-asf hmm, think it is current status: tomcat does: > ServerSocketChannel.open() which ends in > ServerSocketChannelImpl(SelectorProvider sp) throws IOException { > this(sp, Net.isIPv6Available() ? INET6 : INET); > } so it is set even if you do not so not sure it would be that "unexpected" -- 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: dev-unsubscr...@tomcat.apache.org 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