-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.
Milestone
Description
I just noticed that the current router idle timeout only applies to the response half of the request-response pair. Along with the per-data-frame timeouts in #1778 it'd be good to have overall timeouts on the request path.
As discussed offline with Matt, we think the best option is to basically copy (and deprecate) the request timeout logic currently in the buffer filter, and implement in the HttpConnectionManager. This could still be applied on a per-route basis, but needs to be implemented in the HCM as there may be a significant delay between the http connection maanger receives them and when the router filter receives them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.