Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
This commit is contained in:
commit
46bc204e1c
|
@ -538,12 +538,6 @@ public abstract class AbstractConnector extends ContainerLifeCycle implements Co
|
|||
LOG.warn(current);
|
||||
else
|
||||
LOG.debug(current);
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG.ignore(current);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
// Arbitrary sleep to avoid spin looping.
|
||||
|
@ -557,6 +551,12 @@ public abstract class AbstractConnector extends ContainerLifeCycle implements Co
|
|||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG.ignore(current);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
private class Acceptor implements Runnable
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue