mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
jetty-9 fixed managed lifecycles
This commit is contained in:
parent
0865a9cfb0
commit
53696692ec
@ -94,7 +94,7 @@ public abstract class AbstractConnector extends AggregateLifeCycle implements Co
|
||||
_connectionFactory=connectionFactory!=null?connectionFactory:new ConnectionFactory();
|
||||
|
||||
addBean(_server,false);
|
||||
addBean(_executor,executor==null);
|
||||
addBean(_executor,false);
|
||||
addBean(_scheduler,scheduler==null);
|
||||
addBean(_byteBufferPool,pool==null);
|
||||
addBean(_connectionFactory,connectionFactory!=null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user