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 2021/01/07 20:46:23 UTC

[trafficserver] branch 8.1.x updated: Clear call_sm on tunnel reset (#7352)

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

zwoop pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.1.x by this push:
     new 9ec952a  Clear call_sm on tunnel reset (#7352)
9ec952a is described below

commit 9ec952a031fded237523be1c2adb9c4ce2b84877
Author: Susan Hinrichs <sh...@yahoo-inc.com>
AuthorDate: Tue Dec 15 08:07:39 2020 -0600

    Clear call_sm on tunnel reset (#7352)
    
    (cherry picked from commit 85e6f316996613e53ee5eb5d991072a874fc167d)
---
 proxy/http/HttpTunnel.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxy/http/HttpTunnel.cc b/proxy/http/HttpTunnel.cc
index 48aebb8..5ac2e73 100644
--- a/proxy/http/HttpTunnel.cc
+++ b/proxy/http/HttpTunnel.cc
@@ -537,6 +537,7 @@ HttpTunnel::reset()
   }
 #endif
 
+  call_sm       = false;
   num_producers = 0;
   num_consumers = 0;
   memset(consumers, 0, sizeof(consumers));