You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/05/31 15:54:49 UTC

[trafficserver] 04/09: TS-4477: Decrement http_current_client_transactions_stat in HTTP/2

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit a41180050741b709cd8ba30d74b5a245bc96e82e
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Tue May 24 09:49:21 2016 -0700

    TS-4477: Decrement http_current_client_transactions_stat in HTTP/2
    
    (cherry picked from commit c2fd76b20d3f338fef11de584e891dba177ee338)
---
 proxy/http2/Http2Stream.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxy/http2/Http2Stream.cc b/proxy/http2/Http2Stream.cc
index 137e9e7..42f6659 100644
--- a/proxy/http2/Http2Stream.cc
+++ b/proxy/http2/Http2Stream.cc
@@ -512,6 +512,7 @@ Http2Stream::destroy()
     m_active = false;
     HTTP_DECREMENT_DYN_STAT(http_current_active_client_connections_stat);
   }
+  HTTP_DECREMENT_DYN_STAT(http_current_client_transactions_stat);
 
   HTTP2_DECREMENT_THREAD_DYN_STAT(HTTP2_STAT_CURRENT_CLIENT_STREAM_COUNT, _thread);
   ink_hrtime end_time = Thread::get_hrtime();

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.