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 19:01:43 UTC

[trafficserver] branch 7.1.x updated: Incorrectly freeing Http1ClientSession while setting up to return a error header.

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  4e6ce70   Incorrectly freeing Http1ClientSession while setting up to return a error header.
4e6ce70 is described below

commit 4e6ce701c5a951c26e8d4b7b829902bb387fe09e
Author: Susan Hinrichs <sh...@ieee.org>
AuthorDate: Wed Jan 25 20:46:56 2017 +0000

    Incorrectly freeing Http1ClientSession while setting up to return a error header.
    
    (cherry picked from commit 0abc78deb7b11982e08eb11234478efb3071f3b8)
---
 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 2e7a285..3852241 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -6328,7 +6328,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 =

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