[
https://issues.apache.org/jira/browse/TS-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212178#comment-15212178
]
Leif Hedstrom commented on TS-4277:
-----------------------------------
So, of course, I ran into this problem, for H2. The connection: close mechanism
obviously doesn't work with H2 (in fact, it currently breaks H2). We need a
mechanism where we either send a Connection: close or a GOAWAY frame, depending
on protocol. In our use case, we want to be able to send this based on an
external criteria, so it feels proper APIs are needed here (and not just a
feature for the number of txn on a ssn).
> Add option to close the client and server connection after a number of
> requests
> -------------------------------------------------------------------------------
>
> Key: TS-4277
> URL: https://issues.apache.org/jira/browse/TS-4277
> Project: Traffic Server
> Issue Type: Improvement
> Components: HTTP, HTTP/2
> Reporter: Bryan Call
> Fix For: sometime
>
>
> Add a configuration option to set the number of requests that can be made on
> a connection before it is closed.
> This feature is needed when we fail out a set of servers and the connections
> are still being used for a long period of time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)