From 5836f310ef1ce7d965f22b1d85a35341485359e3 Mon Sep 17 00:00:00 2001 From: Susan Hinrichs Date: Tue, 24 Nov 2020 22:51:23 +0000 Subject: [PATCH] Clear call_sm on tunnel reset --- proxy/http/HttpTunnel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/http/HttpTunnel.cc b/proxy/http/HttpTunnel.cc index e87cad1c62a..6cff702b412 100644 --- a/proxy/http/HttpTunnel.cc +++ b/proxy/http/HttpTunnel.cc @@ -477,6 +477,7 @@ HttpTunnel::reset() } #endif + call_sm = false; num_producers = 0; num_consumers = 0; ink_zero(consumers);