Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Question regarding Jetty continuation support.

Hi !

Apologies if this question has been posed earlier. I am new to Jetty and
have been trying to use Jetty continuation support. I get the basic idea of
suspending a servlet. However, I wanted to know how to capture a scenario
where the client closes the connection while the servlet request has been
suspended?

Venkatesh

Back to the top