-
Bug
-
Resolution: Done
-
Major
-
None
-
fuse-7.10-GA
-
None
-
False
-
False
-
%
-
-
Todo
-
-
Although user can set "max-connections" and "tcp-backlog" attributes for http-listener in ${KARAF_HOME}/etc/undertow.xml, pax-web-undertow does not use those attributes.
Please check the implementation in org.ops4j.pax.web.service.undertow.internal.ServerControllerImpl.configureUndertow()
method.
Server.HttpListener http = cfg.getSubsystem().getServer().getHttpListener();
variable "http" has "max-connections" and "tcp-backlog" values correctly. However, those values are never used for Options.CONNECTION_HIGH_WATER nor Options.BACKLOG.