Hi, On Thu, Feb 18, 2016 at 7:55 PM, [email protected] <[email protected]> wrote: > Hi, > > I use jetty 9.3.x. I have set the idleTimeout in jetty-http.xml (in > addConnector) to 40000. I have written a servlet which takes 60 seconds to > respond. I am still getting the response after 60 seconds instead of the > connection getting terminated.
Depends how you write your servlet, specifically whether it's async or not. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
