This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 8e43ec60135a64d72e49c0de787ba9c0457231f7 Author: remm <[email protected]> AuthorDate: Thu Sep 11 21:21:19 2025 +0200 Missed rename --- java/org/apache/tomcat/util/net/SecureNio2Channel.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/SecureNio2Channel.java b/java/org/apache/tomcat/util/net/SecureNio2Channel.java index a5b6a991b4..295cfca38b 100644 --- a/java/org/apache/tomcat/util/net/SecureNio2Channel.java +++ b/java/org/apache/tomcat/util/net/SecureNio2Channel.java @@ -98,7 +98,6 @@ public class SecureNio2Channel extends Nio2Channel { handshakeWriteCompletionHandler = new HandshakeWriteCompletionHandler(); } - private class HandshakeReadCompletionHandler implements CompletionHandler<Integer,SocketWrapperBase<Nio2Channel>> { @Override public void completed(Integer result, SocketWrapperBase<Nio2Channel> attachment) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
