This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new b9b5f23  WS
b9b5f23 is described below

commit b9b5f236cac2fa24b9f3ad0a4cc8ba42f3bce8e2
Author: remm <r...@apache.org>
AuthorDate: Thu Mar 28 09:33:02 2019 +0100

    WS
---
 java/org/apache/tomcat/util/net/Nio2Endpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/Nio2Endpoint.java 
b/java/org/apache/tomcat/util/net/Nio2Endpoint.java
index 0432198..ca94fe0 100644
--- a/java/org/apache/tomcat/util/net/Nio2Endpoint.java
+++ b/java/org/apache/tomcat/util/net/Nio2Endpoint.java
@@ -737,7 +737,7 @@ public class Nio2Endpoint extends 
AbstractJsseEndpoint<Nio2Channel> {
                     writeInterest = true;
                     return false;
                 }
-                // If the buffer is empty, it is possible to write to it 
+                // If the buffer is empty, it is possible to write to it
                 if (socketBufferHandler.isWriteBufferEmpty() && 
nonBlockingWriteBuffer.isEmpty()) {
                     writePending.release();
                     return true;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to