Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Question regarding Continuation documentation

Hi,

the documentation here suggest:

'The timeout should be set before the suspend'
https://wiki.eclipse.org/Jetty/Feature/Continuations#Suspending_a_Request

Is there any way to change the timeout value AFTER a call to suspend? In my case I set up all the continuation timout stuff and suspend it, then submit ot a background worker. If the worker can't process the request I want to set a (shorter) timeout to throttle the client before the next request.


Back to the top