wojciech.kapcia@tigase.net opened 7 years ago
|
|
Unfortunately, I was unable to implement this feature. Jetty uses different processing model and it assumes that if request started being processed it needs to finish processing on its own - no support for a timeout. I tried to replace executor used by Jetty but it is used not only for processing requests but also for waiting for incoming requests in selectors I think that we need to live with that and as Jetty is rather clever in things it does we should be fine. |
|
As I mentioned Jetty does not have a timeout, so it would properly process requests from #7503. I've found an issue on the client side. In
which forces connection to throw exception if:
Second condition results in throwing exception |
|
Thank you for spotting this. I've increased timeouts to 1 / 5 minutes (connection / read respectively) |
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
7504
|
Currently it's only possible to configure request timeout for embedded HTTP Server. We should be able to set it for all available servers.