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

    https://github.com/apache/trafficserver/pull/753#discussion_r72571991
  
    --- Diff: iocore/net/UnixNetVConnection.cc ---
    @@ -1296,7 +1294,7 @@ UnixNetVConnection::connectUp(EThread *t, int fd)
       }
     
       if (fd == NO_FD) {
    -    res = con.connect(&server_addr.sa, options);
    +    res = con.connect(NULL, options);
    --- End diff --
    
    In UnixNetProcessor::connect_re_internal(), the con.addr.sa set with target 
addr.
    The member server_addr is removed from NetVConnection in this PR.


---
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