Author: remm
Date: Tue Feb 19 20:28:24 2019
New Revision: 1853916

URL: http://svn.apache.org/viewvc?rev=1853916&view=rev
Log:
Trigger a build

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1853916&r1=1853915&r2=1853916&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Tue Feb 19 
20:28:24 2019
@@ -804,7 +804,6 @@ public class Nio2Endpoint extends Abstra
             synchronized (readCompletionHandler) {
                 // Fill the read buffer as best we can.
                 nRead = fillReadBuffer(block);
-
                 // Fill as much of the remaining byte array as possible with 
the
                 // data that was just read
                 if (nRead > 0) {
@@ -814,7 +813,6 @@ public class Nio2Endpoint extends Abstra
                 } else if (nRead == 0 && !block && 
ContainerThreadMarker.isContainerThread()) {
                     readInterest = true;
                 }
-
                 if (log.isDebugEnabled()) {
                     log.debug("Socket: [" + this + "], Read: [" + nRead + "]");
                 }
@@ -871,7 +869,6 @@ public class Nio2Endpoint extends Abstra
                     if (log.isDebugEnabled()) {
                         log.debug("Socket: [" + this + "], Read into buffer: 
[" + nRead + "]");
                     }
-
                     // Fill as much of the remaining byte array as possible 
with the
                     // data that was just read
                     if (nRead > 0) {



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

Reply via email to