Github user shinrich commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/766#discussion_r72139223
  
    --- Diff: iocore/net/UnixNetVConnection.cc ---
    @@ -1139,8 +1139,8 @@ UnixNetVConnection::mainEvent(int event, Event *e)
           (write.vio.mutex && wlock.get_mutex() != write.vio.mutex.get())) {
     #ifdef INACTIVITY_TIMEOUT
         if (e == active_timeout)
    -#endif
           e->schedule_in(HRTIME_MSECONDS(net_retry_delay));
    +#endif
         return EVENT_CONT;
    --- End diff --
    
    Ok, the change makes sense now.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to