From 95010edee4c5378b4f1f46174100e7a6e6115d13 Mon Sep 17 00:00:00 2001 From: Susan Hinrichs Date: Wed, 25 Jan 2017 20:46:56 +0000 Subject: [PATCH] Incorrectly freeing Http1ClientSession while setting up to return a error header. --- 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 241a5a07e1f..3d7e067d1ab 100644 --- a/proxy/http/HttpSM.cc +++ b/proxy/http/HttpSM.cc @@ -6327,7 +6327,7 @@ HttpSM::setup_internal_transfer(HttpSMHandler handler_arg) // Clear the decks before we setup the new producers // As things stand, we cannot have two static producers operating at // once - tunnel.kill_tunnel(); + tunnel.reset(); // Setup the tunnel to the client HttpTunnelProducer *p =