You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/01/27 20:14:36 UTC

[trafficserver] branch 7.1.x updated: Issue #1360: REGRESSION_TEST(SDK_API_OVERRIDABLE_CONFIGS) sometimes crashes

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

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

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  ab2409f   Issue #1360: REGRESSION_TEST(SDK_API_OVERRIDABLE_CONFIGS) sometimes crashes
ab2409f is described below

commit ab2409fff4540bd08d685e16637752fd87875cc2
Author: Susan Hinrichs <sh...@ieee.org>
AuthorDate: Tue Jan 24 01:58:41 2017 +0000

    Issue #1360: REGRESSION_TEST(SDK_API_OVERRIDABLE_CONFIGS) sometimes crashes
    
    (cherry picked from commit fdcf3d34b1193714fe12fc021ab9bb9d4d6cdcbc)
---
 proxy/http/HttpSM.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index 3852241..3d7e067 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -361,7 +361,6 @@ HttpSM::cleanup()
 void
 HttpSM::destroy()
 {
-  HTTP_DECREMENT_DYN_STAT(http_current_client_transactions_stat);
   cleanup();
   httpSMAllocator.free(this);
 }
@@ -6937,6 +6936,7 @@ HttpSM::kill_this()
 
     DebugSM("http", "[%" PRId64 "] deallocating sm", sm_id);
     //    authAdapter.destroyState();
+    HTTP_DECREMENT_DYN_STAT(http_current_client_transactions_stat);
     destroy();
   }
 }

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