fixes after merge
This commit is contained in:
parent
55d5020980
commit
dcf7ef2335
|
@ -365,7 +365,7 @@ public class SelectChannelEndPointTest
|
|||
|
||||
|
||||
// Wait for another idle callback
|
||||
Thread.sleep(1000);
|
||||
Thread.sleep(2000);
|
||||
// endpoint is closed.
|
||||
|
||||
assertFalse(_lastEndp.isOpen());
|
||||
|
|
|
@ -53,7 +53,6 @@ import org.eclipse.jetty.security.SecurityHandler;
|
|||
import org.eclipse.jetty.server.AbstractHttpConnection;
|
||||
import org.eclipse.jetty.server.Dispatcher;
|
||||
import org.eclipse.jetty.server.AbstractHttpConnection;
|
||||
import org.eclipse.jetty.server.DispatcherType;
|
||||
import org.eclipse.jetty.server.Request;
|
||||
import org.eclipse.jetty.server.Server;
|
||||
import org.eclipse.jetty.server.ServletRequestHttpWrapper;
|
||||
|
|
Loading…
Reference in New Issue