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 0ead8c8 Remove debug ... 0ead8c8 is described below commit 0ead8c800696c53a66770dea1b86885a8971b316 Author: remm <r...@apache.org> AuthorDate: Tue Apr 16 09:46:41 2019 +0200 Remove debug ... --- java/org/apache/tomcat/util/net/NioEndpoint.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java b/java/org/apache/tomcat/util/net/NioEndpoint.java index 56b49e3..07f3de4 100644 --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++ b/java/org/apache/tomcat/util/net/NioEndpoint.java @@ -989,7 +989,6 @@ public class NioEndpoint extends AbstractJsseEndpoint<NioChannel,SocketChannel> long timeout = socketWrapper.getReadTimeout(); isTimedOut = timeout > 0 && delta > timeout; readTimeout = true; - System.out.println("Timeout: " + timeout + " Delta: " + delta + " isTimedOut: " + isTimedOut); } // Check for write timeout if (!isTimedOut && (socketWrapper.interestOps() & SelectionKey.OP_WRITE) == SelectionKey.OP_WRITE) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org