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

    https://github.com/apache/trafficserver/pull/1365#discussion_r97994347
  
    --- Diff: proxy/ProxyClientSession.h ---
    @@ -214,6 +214,19 @@ class ProxyClientSession : public VConnection
       ink_hrtime ssn_start_time;
       ink_hrtime ssn_last_txn_time;
     
    +  virtual sockaddr const *
    +  get_client_addr()
    +  {
    +    NetVConnection *netvc = get_netvc();
    +    return netvc ? netvc->get_remote_addr() : NULL;
    --- End diff --
    
    nullptr?


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

Reply via email to