You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by br...@apache.org on 2015/03/20 00:46:16 UTC

[1/2] trafficserver git commit: TS-3312: KA timeout to origin does not honor configs

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 <dm...@linkedin.com>
Authored: Thu Mar 19 16:45:30 2015 -0700
Committer: Brian Geffon <br...@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();
     }
   }


[2/2] trafficserver git commit: TS-3312: Update Changes

Posted by br...@apache.org.
TS-3312: Update Changes


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

Branch: refs/heads/master
Commit: e26aeb9cb69d1c301cf0629fc8293ec4090212e5
Parents: 88c1257
Author: Brian Geffon <br...@apache.org>
Authored: Thu Mar 19 16:45:57 2015 -0700
Committer: Brian Geffon <br...@apache.org>
Committed: Thu Mar 19 16:45:57 2015 -0700

----------------------------------------------------------------------
 CHANGES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e26aeb9c/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 00127c3..538f704 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.3.0
 
+  *) [TS-3312] KA timeout to origin does not honor configs
+
   *) [TS-3437] A null dhParams file will disable DHE.
 
   *) [TS-3454] add support for dscp and milestone api for lua plugin.