[
https://issues.apache.org/jira/browse/TS-4805?focusedWorklogId=27802&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-27802
]
ASF GitHub Bot logged work on TS-4805:
--------------------------------------
Author: ASF GitHub Bot
Created on: 01/Sep/16 20:40
Start Date: 01/Sep/16 20:40
Worklog Time Spent: 10m
Work Description: Github user jpeach commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/955#discussion_r77249346
--- Diff: iocore/net/UnixNet.cc ---
@@ -289,7 +289,20 @@ initialize_thread_for_net(EThread *thread)
// NetHandler method definitions
-NetHandler::NetHandler() : Continuation(NULL), trigger_event(0),
keep_alive_queue_size(0), active_queue_size(0)
+NetHandler::NetHandler()
+ : Continuation(NULL),
+ trigger_event(0),
+ keep_alive_queue_size(0),
+ active_queue_size(0),
+ max_connections_per_thread_in(0),
+ max_connections_active_per_thread_in(0),
+ max_connections_in(0),
+ max_connections_active_in(0),
+ inactive_threashold_in(0),
+ transaction_no_activity_timeout_in(0),
+ keep_alive_no_activity_timeout_in(0),
+ sec(0),
+ cycles(0)
--- End diff --
Remove ``sec`` and ``cycles``. They aren't used AFAICT.
Issue Time Tracking
-------------------
Worklog Id: (was: 27802)
Time Spent: 50m (was: 40m)
> CID 1021743: Uninitialized scalar field
> ---------------------------------------
>
> Key: TS-4805
> URL: https://issues.apache.org/jira/browse/TS-4805
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Bryan Call
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)