GitHub user masaori335 opened a pull request:
https://github.com/apache/trafficserver/pull/660
TS-4472: Decrement http_current_active_client_connections_stat in HTTP/2
`http_current_active_client_connections_stat` is incremented in HttpSM.
And if client connection is HTTP/1.1, this is decremented in
Http1ClientTransaction.
But if client connection is HTTP/2, this is not decremented anywhere.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/masaori335/trafficserver ts-4472
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/660.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #660
----
commit 8ed5bf2c76b437903412e3f34c75bda6b8611966
Author: Masaori Koshiba <[email protected]>
Date: 2016-05-23T22:28:58Z
TS-4472: Decrement http_current_active_client_connections_stat in HTTP/2
`http_current_active_client_connections_stat` is incremented in HttpSM.
And if client connection is HTTP/1.1, this is decremented in
Http1ClientTransaction.
But if client connection is HTTP/2, this is not decremented anywhere.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---