Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS-4472: Decrement http_current_active_client_connections_stat in HTTP/2 #660

Merged
merged 1 commit into from May 23, 2016

Conversation

masaori335
Copy link
Contributor

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.

`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.
@bryancall
Copy link
Contributor

👍 - looks good

@bryancall bryancall merged commit f72687c into apache:master May 23, 2016
shinrich added a commit to shinrich/trafficserver that referenced this pull request Jan 9, 2018
@zwoop zwoop added this to the Old milestone Jan 8, 2019
JosiahWI pushed a commit to JosiahWI/trafficserver that referenced this pull request Jul 19, 2023
* Require use of 'override' keyword when valid. (apache#8737)

Co-authored-by: Walt Karas <wkaras@yahooinc.com>
(cherry picked from commit 97ee33c)

* Use override keyword in RPC code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants