diff src/org/eclipse/jetty/server/nio/SelectChannelConnector.java @ 956:1094975d013b

remove setCheckForIdle()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 13 Oct 2016 18:11:01 -0600
parents a021c4c9c244
children fc521d2f098e
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/nio/SelectChannelConnector.java	Thu Oct 13 16:55:53 2016 -0600
+++ b/src/org/eclipse/jetty/server/nio/SelectChannelConnector.java	Thu Oct 13 18:11:01 2016 -0600
@@ -89,14 +89,6 @@
 	}
 
 	@Override
-	public void persist(EndPoint endpoint) throws IOException
-	{
-		AsyncEndPoint aEndp = ((AsyncEndPoint)endpoint);
-		aEndp.setCheckForIdle(true);
-		super.persist(endpoint);
-	}
-
-	@Override
 	protected synchronized void doStart() throws Exception
 	{
 //		_manager.setMaxIdleTime(getMaxIdleTime());