Author: markt Date: Sun Dec 30 23:00:55 2012 New Revision: 1427016 URL: http://svn.apache.org/viewvc?rev=1427016&view=rev Log: r1427014 missed a few lines
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?rev=1427016&r1=1427015&r2=1427016&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Sun Dec 30 23:00:55 2012 @@ -1408,7 +1408,6 @@ public class NioEndpoint extends Abstrac } writeLatch = null; cometNotify = false; - cometOps = SelectionKey.OP_READ; sendfileData = null; keepAliveLeft = 100; async = false; @@ -1459,7 +1458,6 @@ public class NioEndpoint extends Abstrac private Poller poller = null; private int interestOps = 0; private boolean comet = false; - private int cometOps = SelectionKey.OP_READ; private boolean cometNotify = false; private CountDownLatch readLatch = null; private CountDownLatch writeLatch = null; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org