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

    https://github.com/apache/trafficserver/pull/863#discussion_r75561036
  
    --- Diff: iocore/net/I_NetVConnection.h ---
    @@ -482,6 +482,7 @@ class NetVConnection : public VConnection
     
       /** Returns remote sockaddr storage. */
       sockaddr const *get_remote_addr();
    +  IpEndpoint const &get_remote_endpoint();
    --- End diff --
    
    Cannot make it const because internally these functions cache the remote 
address and set a bit indicating whether the value is already cache or not.


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