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 _______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
