Repository: trafficserver
Updated Branches:
  refs/heads/master d515a9941 -> e26aeb9cb


TS-3312: KA timeout to origin does not honor configs


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/88c12579
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/88c12579
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/88c12579

Branch: refs/heads/master
Commit: 88c12579737ad977e97afa70bb497c9b5340970d
Parents: d515a99
Author: Dzmitry Markovich <dmark...@linkedin.com>
Authored: Thu Mar 19 16:45:30 2015 -0700
Committer: Brian Geffon <bri...@apache.org>
Committed: Thu Mar 19 16:45:30 2015 -0700

----------------------------------------------------------------------
 proxy/http/HttpSM.cc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/88c12579/proxy/http/HttpSM.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index 80c9bc5..d20258d 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -3052,6 +3052,7 @@ HttpSM::tunnel_handler_server(int event, 
HttpTunnelProducer * p)
       ua_session->attach_server_session(server_session);
     } else {
       // Release the session back into the shared session pool
+      
server_session->get_netvc()->set_inactivity_timeout(HRTIME_SECONDS(t_state.txn_conf->keep_alive_no_activity_timeout_out));
       server_session->release();
     }
   }

Reply via email to