This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 38fc9ad Remove accidental commit 38fc9ad is described below commit 38fc9adcbfb01c225aa77eec92e4493ff29c3bb9 Author: remm <r...@apache.org> AuthorDate: Thu May 16 22:31:09 2019 +0200 Remove accidental commit I prefer keeping the two APIs separate for now. --- java/org/apache/tomcat/util/net/Nio2Endpoint.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/java/org/apache/tomcat/util/net/Nio2Endpoint.java b/java/org/apache/tomcat/util/net/Nio2Endpoint.java index 748c929..b1a038d 100644 --- a/java/org/apache/tomcat/util/net/Nio2Endpoint.java +++ b/java/org/apache/tomcat/util/net/Nio2Endpoint.java @@ -1011,16 +1011,6 @@ public class Nio2Endpoint extends AbstractJsseEndpoint<Nio2Channel,AsynchronousS } @Override - protected void end() { - // Restore regular notifications - if (read) { - readNotify = false; - } else { - writeNotify = false; - } - } - - @Override public void run() { if (read) { long nBytes = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org