You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by masaori335 <gi...@git.apache.org> on 2016/05/23 23:17:06 UTC

[GitHub] trafficserver pull request: TS-4472: Decrement http_current_active...

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 <ma...@apache.org>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver pull request: TS-4472: Decrement http_current_active...

Posted by bryancall <gi...@git.apache.org>.
Github user bryancall closed the pull request at:

    https://github.com/apache/trafficserver/pull/660


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver pull request: TS-4472: Decrement http_current_active...

Posted by bryancall <gi...@git.apache.org>.
Github user bryancall commented on the pull request:

    https://github.com/apache/trafficserver/pull/660#issuecomment-221124146
  
    \U0001f44d  - looks good 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---