mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
Several QTP fixes: * #4105 Threads without jobs now check if they should idle die before waiting rather than before, this allows idling under steady load. 3ad6780 * #4121 ThreadFactory behaviour supported by doing thread config within newThread call. 7b306d7 * #4122 Always clear the interrupted status. c37a4ff task = queue.poll(timeout); Signed-off-by: Greg Wilkins <gregw@webtide.com>