Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Timeouts

Hi there,
we want to set two different server side timeouts. We wan't TCP connections to timeout after 5 minutes whereas we want http requests to timeout after 20 seconds if no data is transmitted.

We are currently setting HttpConnector.setIdleTimeout and this closes the socket/connection. Is there another timeout we can configure to abort http requests if no data is transmitted?

Thanks!

Best,
Matthias


Back to the top