diff src/org/eclipse/jetty/io/nio/SelectorManager.java @ 969:0650077fcd6c

remove SelectChannelEndPoint.setConnection()
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 14 Oct 2016 02:44:02 -0600
parents 0d20943cfea2
children d82eb99e8df6
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/nio/SelectorManager.java	Fri Oct 14 02:37:53 2016 -0600
+++ b/src/org/eclipse/jetty/io/nio/SelectorManager.java	Fri Oct 14 02:44:02 2016 -0600
@@ -87,7 +87,6 @@
 		try {
 			SelectionKey key = _selector.register(channel,0,null);
 			SelectChannelEndPoint endpoint = new SelectChannelEndPoint(channel,this,key, _maxIdleTime);
-			endpoint.setConnection(newConnection(channel,endpoint));
 			key.attach(endpoint);
 			_selector.update();
 //System.out.println("qqqqqqqqqqqqqqqqqqqqqqqqqqqqq b");