This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  2eab0fc   Revert "Revert "TS-4895: Initialize 
default_inactivity_timeout (CID 1021743 from TS-4612)""
2eab0fc is described below

commit 2eab0fc38139c3459627731b5aef87aa5c878219
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Apr 27 14:37:25 2017 -0600

    Revert "Revert "TS-4895: Initialize default_inactivity_timeout (CID 1021743 
from TS-4612)""
    
    This reverts commit 1450456d609fa37a0b831717dc826c5e759dafe9.
---
 iocore/net/UnixNet.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/iocore/net/UnixNet.cc b/iocore/net/UnixNet.cc
index 46d8f75..c7f1798 100644
--- a/iocore/net/UnixNet.cc
+++ b/iocore/net/UnixNet.cc
@@ -262,7 +262,8 @@ NetHandler::NetHandler()
     max_connections_active_in(0),
     inactive_threashold_in(0),
     transaction_no_activity_timeout_in(0),
-    keep_alive_no_activity_timeout_in(0)
+    keep_alive_no_activity_timeout_in(0),
+    default_inactivity_timeout(0)
 {
   SET_HANDLER((NetContHandler)&NetHandler::startNetEvent);
 }

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to