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

    https://github.com/apache/trafficserver/pull/834#discussion_r78286469
  
    --- Diff: proxy/ControlMatcher.h ---
    @@ -136,7 +137,16 @@ class HttpRequestData : public RequestData
       inkcoreapi sockaddr const *get_ip();
       inkcoreapi sockaddr const *get_client_ip();
     
    -  HttpRequestData() : hdr(NULL), hostname_str(NULL), api_info(NULL), 
xact_start(0), incoming_port(0), tag(NULL), internal_txn(false)
    +  HttpRequestData()
    +    : hdr(NULL),
    +      hostname_str(NULL),
    +      api_info(NULL),
    +      xact_start(0),
    +      incoming_port(0),
    +      tag(NULL),
    +      internal_txn(false),
    +      cache_info_lookup_url(NULL),
    --- End diff --
    
    This is not used, can we remove it?


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