Github user zizhong commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/590#discussion_r60522222 --- Diff: iocore/net/UnixNet.cc --- @@ -96,8 +97,8 @@ class InactivityCop : public Continuation NET_SUM_DYN_STAT(keep_alive_queue_timeout_total_stat, diff); NET_INCREMENT_DYN_STAT(keep_alive_queue_timeout_count_stat); } - Debug("inactivity_cop_verbose", "vc: %p now: %" PRId64 " timeout at: %" PRId64 " timeout in: %" PRId64, vc, now, - vc->next_inactivity_timeout_at, vc->inactivity_timeout_in); + Debug("inactivity_cop_verbose_2", "vc: %p now: %" PRId64 " timeout at: %" PRId64 " timeout in: %" PRId64, vc, --- End diff -- Docs were updated. Tag name was fixed.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---