Simon Wimmesberger created FELIX-6182:
-----------------------------------------
Summary: Make jetty stop timeout configurable
Key: FELIX-6182
URL: https://issues.apache.org/jira/browse/FELIX-6182
Project: Felix
Issue Type: Improvement
Components: HTTP Service
Affects Versions: http.jetty-4.0.14
Reporter: Simon Wimmesberger
It would be nice to have the option to set the stop timeout
([https://www.eclipse.org/jetty/javadoc/9.4.20.v20190813/org/eclipse/jetty/server/Server.html#setStopTimeout(long)])
In our usecase we don't want a "graceful" (in a sense of waiting for the
pending requests to finish) shutdown, we want the server to stop immediately
when the application is stopped. Currently there is no possibility to configure
such behavior with http.jetty and osgi properties.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)