duplicate open

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2303 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2010-09-28 04:28:13 +00:00
parent 7982f19471
commit 0f29247190
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ public class SelectChannelConnector extends AbstractNIOConnector
_manager.setLowResourcesConnections(getLowResourcesConnections());
_manager.setLowResourcesMaxIdleTime(getLowResourcesMaxIdleTime());
_manager.start();
open();
super.doStart();
// start a thread to accept new connections